#694BB6

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

Shades of Blue Marguerite #694BB6

Tints of Blue Marguerite #694BB6

Color information

#694BB6 (or 0x694BB6) is unknown color: approx Blue Marguerite. HEX triplet: 69, 4B and B6. RGB value is (105,75,182). Sum of RGB (Red+Green+Blue) = 105+75+182=362 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.01% from 362); Green value is 75 (29.69% from 255 or 20.72% from 362); Blue value is 182 (71.48% from 255 or 50.28% from 362); Max value from RGB is 182 - color contains mainly: blue. Hex color #694BB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #694BB6 is #96B449. Grayscale: #5F5F5F. Windows color (decimal): -9876554 or 11946857. OLE color: 11946857.

HSL color Cylindrical-coordinate representation of color #694BB6: hue angle of 256.82º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #694BB6 is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10575182-
CMYK0.420.5900.29
HSL256.82º42.29%50.39%-
HSV(B)256.82º58.79%71.37%-
XYZ16.7911.4145.57-
YUV96.17176.44134.3-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.01%
GREEN value IS 75 (29.69% from 255) = 20.72%
BLUE value IS 182 (71.48% from 255) = 50.28%
R=29.01%
G=20.72%
B=50.28%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal105751820.420.5900.29256.8242.2950.39
Hex694BB62A3B01D1012a32
Octal15111326652730354015262
Binary1101001100101110110110101010111011011101100000001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,75,182); }

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

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

 a { background-color: rgb(105,75,182); }

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

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

 span { border-color: rgb(105,75,182); }

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