Shades of Cornflower Blue #6499DC
Tints of Cornflower Blue #6499DC
RGB
CMYK
RGB Variations
Color information
#6499DC (or 0x6499DC) is known color: Cornflower Blue. HEX triplet: 64, 99 and DC. RGB value is (100,153,220). Sum of RGB (Red+Green+Blue) = 100+153+220=473 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.14% from 473); Green value is 153 (60.16% from 255 or 32.35% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #6499DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6499DC is #9B6623. Grayscale: #909090. Windows color (decimal): -10184228 or 14457188. OLE color: 14457188.
HSL color Cylindrical-coordinate representation of color #6499DC: hue angle of 213.5º 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 #6499DC is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 153 | 220 | - |
| CMYK | 0.55 | 0.30 | 0 | 0.14 |
| HSL | 213.5º | 0.63% | 0.63% | - |
| HSV(B) | 213.5º | 0.55% | 0.86% | - |
| XYZ | 29.57 | 30.66 | 72.07 | - |
| YUV | 144.79 | 170.44 | 96.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 153 | 220 | 0.55 | 0.30 | 0 | 0.14 | 213.5 | 0.63 | 0.63 |
| Hex | 64 | 99 | DC | 37 | 1E | 0 | E | D6 | 3F | 3F |
| Octal | 144 | 231 | 334 | 67 | 36 | 0 | 16 | 326 | 77 | 77 |
| Binary | 1100100 | 10011001 | 11011100 | 110111 | 11110 | 0 | 1110 | 11010110 | 111111 | 111111 |
Color Harmonies of #6499DC
Complementary color
Monochromatic Colors of #6499DC
Black with #6499DC
Text Example
Text Example
White with #6499DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6499DC; }
p { color: rgb(100,153,220); }
H1.HeaderClassName
{
color: #6499DC;
}
.AnyTagClassName
{
color: #6499DC;
}
</style>
background-color css
<style>
a { background-color: #6499DC; }
a { background-color: rgb(100,153,220); }
div.DivClassName
{
background-color: #6499DC;
}
.BgClassName
{
background-color: #6499DC;
}
</style>
border-color css
<style>
span { border-color: #6499DC; }
span { border-color: rgb(100,153,220); }
td.TdClassName
{
border-color: #6499DC;
}
.TagClassName
{
border-color: #6499DC;
}
</style>