Shades of Cornflower Blue #6492DC
Tints of Cornflower Blue #6492DC
RGB
CMYK
RGB Variations
Color information
#6492DC (or 0x6492DC) is known color: Cornflower Blue. HEX triplet: 64, 92 and DC. RGB value is (100,146,220). Sum of RGB (Red+Green+Blue) = 100+146+220=466 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.46% from 466); Green value is 146 (57.42% from 255 or 31.33% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #6492DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6492DC is #9B6D23. Grayscale: #8C8C8C. Windows color (decimal): -10186020 or 14455396. OLE color: 14455396.
HSL color Cylindrical-coordinate representation of color #6492DC: hue angle of 217º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6492DC is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 146 | 220 | - |
| CMYK | 0.55 | 0.34 | 0 | 0.14 |
| HSL | 217º | 0.63% | 0.63% | - |
| HSV(B) | 217º | 0.55% | 0.86% | - |
| XYZ | 28.45 | 28.43 | 71.7 | - |
| YUV | 140.68 | 172.76 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 146 | 220 | 0.55 | 0.34 | 0 | 0.14 | 217 | 0.63 | 0.63 |
| Hex | 64 | 92 | DC | 37 | 22 | 0 | E | D9 | 3F | 3F |
| Octal | 144 | 222 | 334 | 67 | 42 | 0 | 16 | 331 | 77 | 77 |
| Binary | 1100100 | 10010010 | 11011100 | 110111 | 100010 | 0 | 1110 | 11011001 | 111111 | 111111 |
Color Harmonies of #6492DC
Complementary color
Monochromatic Colors of #6492DC
Black with #6492DC
Text Example
Text Example
White with #6492DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6492DC; }
p { color: rgb(100,146,220); }
H1.HeaderClassName
{
color: #6492DC;
}
.AnyTagClassName
{
color: #6492DC;
}
</style>
background-color css
<style>
a { background-color: #6492DC; }
a { background-color: rgb(100,146,220); }
div.DivClassName
{
background-color: #6492DC;
}
.BgClassName
{
background-color: #6492DC;
}
</style>
border-color css
<style>
span { border-color: #6492DC; }
span { border-color: rgb(100,146,220); }
td.TdClassName
{
border-color: #6492DC;
}
.TagClassName
{
border-color: #6492DC;
}
</style>