Shades of Cornflower Blue #6497DD
Tints of Cornflower Blue #6497DD
RGB
CMYK
RGB Variations
Color information
#6497DD (or 0x6497DD) is known color: 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
| RGB | 100 | 151 | 221 | - |
| CMYK | 0.55 | 0.32 | 0 | 0.13 |
| HSL | 214.71º | 0.64% | 0.63% | - |
| HSV(B) | 214.71º | 0.55% | 0.87% | - |
| XYZ | 29.37 | 30.06 | 72.66 | - |
| YUV | 143.73 | 171.6 | 96.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 151 | 221 | 0.55 | 0.32 | 0 | 0.13 | 214.71 | 0.64 | 0.63 |
| Hex | 64 | 97 | DD | 37 | 20 | 0 | D | D7 | 40 | 3F |
| Octal | 144 | 227 | 335 | 67 | 40 | 0 | 15 | 327 | 100 | 77 |
| Binary | 1100100 | 10010111 | 11011101 | 110111 | 100000 | 0 | 1101 | 11010111 | 1000000 | 111111 |
Color Harmonies of #6497DD
Complementary color
Monochromatic Colors of #6497DD
Black with #6497DD
Text Example
Text Example
White with #6497DD
Text Example
Text Example
HTML Codes & Css Web 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>