Shades of Cornflower Blue #6999DD
Tints of Cornflower Blue #6999DD
RGB
CMYK
RGB Variations
Color information
#6999DD (or 0x6999DD) is known color: Cornflower Blue. HEX triplet: 69, 99 and DD. RGB value is (105,153,221). Sum of RGB (Red+Green+Blue) = 105+153+221=479 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.92% from 479); Green value is 153 (60.16% from 255 or 31.94% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #6999DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6999DD is #966622. Grayscale: #929292. Windows color (decimal): -9856547 or 14522729. OLE color: 14522729.
HSL color Cylindrical-coordinate representation of color #6999DD: hue angle of 215.17º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6999DD is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 153 | 221 | - |
| CMYK | 0.52 | 0.31 | 0 | 0.13 |
| HSL | 215.17º | 0.63% | 0.64% | - |
| HSV(B) | 215.17º | 0.52% | 0.87% | - |
| XYZ | 30.27 | 31.01 | 72.8 | - |
| YUV | 146.4 | 170.1 | 98.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 153 | 221 | 0.52 | 0.31 | 0 | 0.13 | 215.17 | 0.63 | 0.64 |
| Hex | 69 | 99 | DD | 34 | 1F | 0 | D | D7 | 3F | 40 |
| Octal | 151 | 231 | 335 | 64 | 37 | 0 | 15 | 327 | 77 | 100 |
| Binary | 1101001 | 10011001 | 11011101 | 110100 | 11111 | 0 | 1101 | 11010111 | 111111 | 1000000 |
Color Harmonies of #6999DD
Complementary color
Monochromatic Colors of #6999DD
Black with #6999DD
Text Example
Text Example
White with #6999DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6999DD; }
p { color: rgb(105,153,221); }
H1.HeaderClassName
{
color: #6999DD;
}
.AnyTagClassName
{
color: #6999DD;
}
</style>
background-color css
<style>
a { background-color: #6999DD; }
a { background-color: rgb(105,153,221); }
div.DivClassName
{
background-color: #6999DD;
}
.BgClassName
{
background-color: #6999DD;
}
</style>
border-color css
<style>
span { border-color: #6999DD; }
span { border-color: rgb(105,153,221); }
td.TdClassName
{
border-color: #6999DD;
}
.TagClassName
{
border-color: #6999DD;
}
</style>