Shades of Cornflower Blue #6F99DD
Tints of Cornflower Blue #6F99DD
RGB
CMYK
RGB Variations
Color information
#6F99DD (or 0x6F99DD) is known color: Cornflower Blue. HEX triplet: 6F, 99 and DD. RGB value is (111,153,221). Sum of RGB (Red+Green+Blue) = 111+153+221=485 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.89% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #6F99DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F99DD is #906622. Grayscale: #939393. Windows color (decimal): -9463331 or 14522735. OLE color: 14522735.
HSL color Cylindrical-coordinate representation of color #6F99DD: hue angle of 217.09º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F99DD is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 153 | 221 | - |
| CMYK | 0.50 | 0.31 | 0 | 0.13 |
| HSL | 217.09º | 0.62% | 0.65% | - |
| HSV(B) | 217.09º | 0.5% | 0.87% | - |
| XYZ | 31 | 31.38 | 72.83 | - |
| YUV | 148.19 | 169.09 | 101.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 153 | 221 | 0.50 | 0.31 | 0 | 0.13 | 217.09 | 0.62 | 0.65 |
| Hex | 6F | 99 | DD | 32 | 1F | 0 | D | D9 | 3E | 41 |
| Octal | 157 | 231 | 335 | 62 | 37 | 0 | 15 | 331 | 76 | 101 |
| Binary | 1101111 | 10011001 | 11011101 | 110010 | 11111 | 0 | 1101 | 11011001 | 111110 | 1000001 |
Color Harmonies of #6F99DD
Complementary color
Monochromatic Colors of #6F99DD
Black with #6F99DD
Text Example
Text Example
White with #6F99DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F99DD; }
p { color: rgb(111,153,221); }
H1.HeaderClassName
{
color: #6F99DD;
}
.AnyTagClassName
{
color: #6F99DD;
}
</style>
background-color css
<style>
a { background-color: #6F99DD; }
a { background-color: rgb(111,153,221); }
div.DivClassName
{
background-color: #6F99DD;
}
.BgClassName
{
background-color: #6F99DD;
}
</style>
border-color css
<style>
span { border-color: #6F99DD; }
span { border-color: rgb(111,153,221); }
td.TdClassName
{
border-color: #6F99DD;
}
.TagClassName
{
border-color: #6F99DD;
}
</style>