#694dbf

Color #694DBF Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #694DBF

Tints of Blue Marguerite #694DBF

Color information

#694DBF (or 0x694DBF) is unknown color: approx Blue Marguerite. HEX triplet: 69, 4D and BF. RGB value is (105,77,191). Sum of RGB (Red+Green+Blue) = 105+77+191=373 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.15% from 373); Green value is 77 (30.47% from 255 or 20.64% from 373); Blue value is 191 (75% from 255 or 51.21% from 373); Max value from RGB is 191 - color contains mainly: blue. Hex color #694DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #694DBF is #96B240. Grayscale: #616161. Windows color (decimal): -9876033 or 12537193. OLE color: 12537193.

HSL color Cylindrical-coordinate representation of color #694DBF: hue angle of 254.74º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #694DBF is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10577191-
CMYK0.450.6000.25
HSL254.74º47.11%52.55%-
HSV(B)254.74º59.69%74.9%-
XYZ17.8812.0750.68-
YUV98.37180.28132.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 28.15%
GREEN value IS 77 (30.47% from 255) = 20.64%
BLUE value IS 191 (75% from 255) = 51.21%
R=28.15%
G=20.64%
B=51.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal105771910.450.6000.25254.7447.1152.55
Hex694DBF2D3C019ff2f35
Octal15111527755740313775765
Binary110100110011011011111110110111110001100111111111101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694dbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694dbf; }

 p { color: rgb(105,77,191); }

 H1.HeaderClassName
 {
   color: #694dbf;
 }
 .AnyTagClassName
 {
   color: #694dbf;
 }
</style>
background-color css

<style>
 a { background-color: #694dbf; }

 a { background-color: rgb(105,77,191); }

 div.DivClassName
 {
   background-color: #694dbf;
 }
 .BgClassName
 {
   background-color: #694dbf;
 }
</style>
border-color css

<style>
 span { border-color: #694dbf; }

 span { border-color: rgb(105,77,191); }

 td.TdClassName
 {
   border-color: #694dbf;
 }
 .TagClassName
 {
   border-color: #694dbf;
 }
</style>