Shades of Cornflower Blue #6F99DB
Tints of Cornflower Blue #6F99DB
RGB
CMYK
RGB Variations
Color information
#6F99DB (or 0x6F99DB) is known color: Cornflower Blue. HEX triplet: 6F, 99 and DB. RGB value is (111,153,219). Sum of RGB (Red+Green+Blue) = 111+153+219=483 (63% of max value = 765). Red value is 111 (43.75% from 255 or 22.98% from 483); Green value is 153 (60.16% from 255 or 31.68% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #6F99DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F99DB is #906624. Grayscale: #939393. Windows color (decimal): -9463333 or 14391663. OLE color: 14391663.
HSL color Cylindrical-coordinate representation of color #6F99DB: hue angle of 216.67º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6F99DB is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 153 | 219 | - |
| CMYK | 0.49 | 0.30 | 0 | 0.14 |
| HSL | 216.67º | 0.6% | 0.65% | - |
| HSV(B) | 216.67º | 0.49% | 0.86% | - |
| XYZ | 30.73 | 31.28 | 71.44 | - |
| YUV | 147.97 | 168.09 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 153 | 219 | 0.49 | 0.30 | 0 | 0.14 | 216.67 | 0.6 | 0.65 |
| Hex | 6F | 99 | DB | 31 | 1E | 0 | E | D9 | 3C | 41 |
| Octal | 157 | 231 | 333 | 61 | 36 | 0 | 16 | 331 | 74 | 101 |
| Binary | 1101111 | 10011001 | 11011011 | 110001 | 11110 | 0 | 1110 | 11011001 | 111100 | 1000001 |
Color Harmonies of #6F99DB
Complementary color
Monochromatic Colors of #6F99DB
Black with #6F99DB
Text Example
Text Example
White with #6F99DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F99DB; }
p { color: rgb(111,153,219); }
H1.HeaderClassName
{
color: #6F99DB;
}
.AnyTagClassName
{
color: #6F99DB;
}
</style>
background-color css
<style>
a { background-color: #6F99DB; }
a { background-color: rgb(111,153,219); }
div.DivClassName
{
background-color: #6F99DB;
}
.BgClassName
{
background-color: #6F99DB;
}
</style>
border-color css
<style>
span { border-color: #6F99DB; }
span { border-color: rgb(111,153,219); }
td.TdClassName
{
border-color: #6F99DB;
}
.TagClassName
{
border-color: #6F99DB;
}
</style>