Shades of Cornflower Blue #6299DD
Tints of Cornflower Blue #6299DD
RGB
CMYK
RGB Variations
Color information
#6299DD (or 0x6299DD) is known color: Cornflower Blue. HEX triplet: 62, 99 and DD. RGB value is (98,153,221). Sum of RGB (Red+Green+Blue) = 98+153+221=472 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.76% from 472); Green value is 153 (60.16% from 255 or 32.42% 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 #6299DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6299DD is #9D6622. Grayscale: #8F8F8F. Windows color (decimal): -10315299 or 14522722. OLE color: 14522722.
HSL color Cylindrical-coordinate representation of color #6299DD: hue angle of 213.17º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6299DD is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 153 | 221 | - |
| CMYK | 0.56 | 0.31 | 0 | 0.13 |
| HSL | 213.17º | 0.64% | 0.63% | - |
| HSV(B) | 213.17º | 0.56% | 0.87% | - |
| XYZ | 29.48 | 30.6 | 72.76 | - |
| YUV | 144.31 | 171.28 | 94.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 153 | 221 | 0.56 | 0.31 | 0 | 0.13 | 213.17 | 0.64 | 0.63 |
| Hex | 62 | 99 | DD | 38 | 1F | 0 | D | D5 | 40 | 3F |
| Octal | 142 | 231 | 335 | 70 | 37 | 0 | 15 | 325 | 100 | 77 |
| Binary | 1100010 | 10011001 | 11011101 | 111000 | 11111 | 0 | 1101 | 11010101 | 1000000 | 111111 |
Color Harmonies of #6299DD
Complementary color
Monochromatic Colors of #6299DD
Black with #6299DD
Text Example
Text Example
White with #6299DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6299DD; }
p { color: rgb(98,153,221); }
H1.HeaderClassName
{
color: #6299DD;
}
.AnyTagClassName
{
color: #6299DD;
}
</style>
background-color css
<style>
a { background-color: #6299DD; }
a { background-color: rgb(98,153,221); }
div.DivClassName
{
background-color: #6299DD;
}
.BgClassName
{
background-color: #6299DD;
}
</style>
border-color css
<style>
span { border-color: #6299DD; }
span { border-color: rgb(98,153,221); }
td.TdClassName
{
border-color: #6299DD;
}
.TagClassName
{
border-color: #6299DD;
}
</style>