#6196ED

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

Shades of Cornflower Blue #6196ED

Tints of Cornflower Blue #6196ED

Color information

#6196ED (or 0x6196ED) is unknown color: approx Cornflower Blue. HEX triplet: 61, 96 and ED. RGB value is (97,150,237). Sum of RGB (Red+Green+Blue) = 97+150+237=484 (64% of max value = 765). Red value is 97 (38.28% from 255 or 20.04% from 484); Green value is 150 (58.98% from 255 or 30.99% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 237 - color contains mainly: blue. Hex color #6196ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6196ED is #9E6912. Grayscale: #8F8F8F. Windows color (decimal): -10381587 or 15570529. OLE color: 15570529.

HSL color Cylindrical-coordinate representation of color #6196ED: hue angle of 217.29º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6196ED is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB97150237-
CMYK0.590.3700.07
HSL217.29º79.55%65.49%-
HSV(B)217.29º59.07%92.94%-
XYZ31.1230.4784.36-
YUV144.07180.4494.43-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.04%
GREEN value IS 150 (58.98% from 255) = 30.99%
BLUE value IS 237 (92.97% from 255) = 48.97%
R=20.04%
G=30.99%
B=48.97%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal971502370.590.3700.07217.2979.5565.49
Hex6196ED3B2507d95041
Octal141226355734507331120101
Binary1100001100101101110110111101110010101111101100110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6196ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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