#6497DD

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

Shades of Cornflower Blue #6497DD

Tints of Cornflower Blue #6497DD

Color information

#6497DD (or 0x6497DD) is unknown color: approx Cornflower Blue. HEX triplet: 64, 97 and DD. RGB value is (100,151,221). Sum of RGB (Red+Green+Blue) = 100+151+221=472 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.19% from 472); Green value is 151 (59.38% from 255 or 31.99% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #6497DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6497DD is #9B6822. Grayscale: #8F8F8F. Windows color (decimal): -10184739 or 14522212. OLE color: 14522212.

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

Color convert

RGB100151221-
CMYK0.550.3200.13
HSL214.71º64.02%62.94%-
HSV(B)214.71º54.75%86.67%-
XYZ29.3730.0672.66-
YUV143.73171.696.81-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.19%
GREEN value IS 151 (59.38% from 255) = 31.99%
BLUE value IS 221 (86.72% from 255) = 46.82%
R=21.19%
G=31.99%
B=46.82%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1001512210.550.3200.13214.7164.0262.94
Hex6497DD37200Dd7403f
Octal144227335674001532710077
Binary1100100100101111101110111011110000001101110101111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6497DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6497DD; }

 p { color: rgb(100,151,221); }

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

<style>
 a { background-color: #6497DD; }

 a { background-color: rgb(100,151,221); }

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

<style>
 span { border-color: #6497DD; }

 span { border-color: rgb(100,151,221); }

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