Shades of Cornflower Blue #6399DC
Tints of Cornflower Blue #6399DC
RGB
CMYK
RGB Variations
Color information
#6399DC (or 0x6399DC) is known color: Cornflower Blue. HEX triplet: 63, 99 and DC. RGB value is (99,153,220). Sum of RGB (Red+Green+Blue) = 99+153+220=472 (62% of max value = 765). Red value is 99 (39.06% from 255 or 20.97% from 472); Green value is 153 (60.16% from 255 or 32.42% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #6399DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6399DC is #9C6623. Grayscale: #909090. Windows color (decimal): -10249764 or 14457187. OLE color: 14457187.
HSL color Cylindrical-coordinate representation of color #6399DC: hue angle of 213.22º 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 #6399DC is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 153 | 220 | - |
| CMYK | 0.55 | 0.30 | 0 | 0.14 |
| HSL | 213.22º | 0.63% | 0.63% | - |
| HSV(B) | 213.22º | 0.55% | 0.86% | - |
| XYZ | 29.46 | 30.6 | 72.06 | - |
| YUV | 144.49 | 170.61 | 95.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 153 | 220 | 0.55 | 0.30 | 0 | 0.14 | 213.22 | 0.63 | 0.63 |
| Hex | 63 | 99 | DC | 37 | 1E | 0 | E | D5 | 3F | 3F |
| Octal | 143 | 231 | 334 | 67 | 36 | 0 | 16 | 325 | 77 | 77 |
| Binary | 1100011 | 10011001 | 11011100 | 110111 | 11110 | 0 | 1110 | 11010101 | 111111 | 111111 |
Color Harmonies of #6399DC
Complementary color
Monochromatic Colors of #6399DC
Black with #6399DC
Text Example
Text Example
White with #6399DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6399DC; }
p { color: rgb(99,153,220); }
H1.HeaderClassName
{
color: #6399DC;
}
.AnyTagClassName
{
color: #6399DC;
}
</style>
background-color css
<style>
a { background-color: #6399DC; }
a { background-color: rgb(99,153,220); }
div.DivClassName
{
background-color: #6399DC;
}
.BgClassName
{
background-color: #6399DC;
}
</style>
border-color css
<style>
span { border-color: #6399DC; }
span { border-color: rgb(99,153,220); }
td.TdClassName
{
border-color: #6399DC;
}
.TagClassName
{
border-color: #6399DC;
}
</style>