Shades of Cornflower Blue #6996D9
Tints of Cornflower Blue #6996D9
RGB
CMYK
RGB Variations
Color information
#6996D9 (or 0x6996D9) is known color: Cornflower Blue. HEX triplet: 69, 96 and D9. RGB value is (105,150,217). Sum of RGB (Red+Green+Blue) = 105+150+217=472 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.25% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 217 (85.16% from 255 or 45.97% from 472); Max value from RGB is 217 - color contains mainly: blue. Hex color #6996D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6996D9 is #966926. Grayscale: #8F8F8F. Windows color (decimal): -9857319 or 14259817. OLE color: 14259817.
HSL color Cylindrical-coordinate representation of color #6996D9: hue angle of 215.89º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6996D9 is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 150 | 217 | - |
| CMYK | 0.52 | 0.31 | 0 | 0.15 |
| HSL | 215.89º | 0.6% | 0.63% | - |
| HSV(B) | 215.89º | 0.52% | 0.85% | - |
| XYZ | 29.26 | 29.83 | 69.86 | - |
| YUV | 144.18 | 169.09 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 150 | 217 | 0.52 | 0.31 | 0 | 0.15 | 215.89 | 0.6 | 0.63 |
| Hex | 69 | 96 | D9 | 34 | 1F | 0 | F | D8 | 3C | 3F |
| Octal | 151 | 226 | 331 | 64 | 37 | 0 | 17 | 330 | 74 | 77 |
| Binary | 1101001 | 10010110 | 11011001 | 110100 | 11111 | 0 | 1111 | 11011000 | 111100 | 111111 |
Color Harmonies of #6996D9
Complementary color
Monochromatic Colors of #6996D9
Black with #6996D9
Text Example
Text Example
White with #6996D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6996D9; }
p { color: rgb(105,150,217); }
H1.HeaderClassName
{
color: #6996D9;
}
.AnyTagClassName
{
color: #6996D9;
}
</style>
background-color css
<style>
a { background-color: #6996D9; }
a { background-color: rgb(105,150,217); }
div.DivClassName
{
background-color: #6996D9;
}
.BgClassName
{
background-color: #6996D9;
}
</style>
border-color css
<style>
span { border-color: #6996D9; }
span { border-color: rgb(105,150,217); }
td.TdClassName
{
border-color: #6996D9;
}
.TagClassName
{
border-color: #6996D9;
}
</style>