#6196DE

Color #6196DE Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #6196DE

Tints of Cornflower Blue #6196DE

Color information

#6196DE (or 0x6196DE) is unknown color: approx Cornflower Blue. HEX triplet: 61, 96 and DE. RGB value is (97,150,222). Sum of RGB (Red+Green+Blue) = 97+150+222=469 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.68% from 469); Green value is 150 (58.98% from 255 or 31.98% from 469); Blue value is 222 (87.11% from 255 or 47.33% from 469); Max value from RGB is 222 - color contains mainly: blue. Hex color #6196DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6196DE is #9E6921. Grayscale: #8E8E8E. Windows color (decimal): -10381602 or 14587489. OLE color: 14587489.

HSL color Cylindrical-coordinate representation of color #6196DE: hue angle of 214.56º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6196DE is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB97150222-
CMYK0.560.3200.13
HSL214.56º65.45%62.55%-
HSV(B)214.56º56.31%87.06%-
XYZ29.0229.6373.3-
YUV142.36172.9495.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.68%
GREEN value IS 150 (58.98% from 255) = 31.98%
BLUE value IS 222 (87.11% from 255) = 47.33%
R=20.68%
G=31.98%
B=47.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal971502220.560.3200.13214.5665.4562.55
Hex6196DE38200Dd7413f
Octal141226336704001532710177
Binary1100001100101101101111011100010000001101110101111000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6196DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6196DE; }

 p { color: rgb(97,150,222); }

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

<style>
 a { background-color: #6196DE; }

 a { background-color: rgb(97,150,222); }

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

<style>
 span { border-color: #6196DE; }

 span { border-color: rgb(97,150,222); }

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