#6196DF

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

Shades of Cornflower Blue #6196DF

Tints of Cornflower Blue #6196DF

Color information

#6196DF (or 0x6196DF) is unknown color: approx Cornflower Blue. HEX triplet: 61, 96 and DF. RGB value is (97,150,223). Sum of RGB (Red+Green+Blue) = 97+150+223=470 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.64% from 470); Green value is 150 (58.98% from 255 or 31.91% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #6196DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6196DF is #9E6920. Grayscale: #8E8E8E. Windows color (decimal): -10381601 or 14653025. OLE color: 14653025.

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

Color convert

RGB97150223-
CMYK0.570.3300.13
HSL214.76º66.32%62.75%-
HSV(B)214.76º56.5%87.45%-
XYZ29.1629.6874-
YUV142.48173.4495.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.64%
GREEN value IS 150 (58.98% from 255) = 31.91%
BLUE value IS 223 (87.5% from 255) = 47.45%
R=20.64%
G=31.91%
B=47.45%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal971502230.570.3300.13214.7666.3262.75
Hex6196DF39210Dd7423f
Octal141226337714101532710277
Binary1100001100101101101111111100110000101101110101111000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6196DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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