Shades of Cornflower Blue #6D99DB
Tints of Cornflower Blue #6D99DB
RGB
CMYK
RGB Variations
Color information
#6D99DB (or 0x6D99DB) is known color: Cornflower Blue. HEX triplet: 6D, 99 and DB. RGB value is (109,153,219). Sum of RGB (Red+Green+Blue) = 109+153+219=481 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.66% from 481); Green value is 153 (60.16% from 255 or 31.81% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #6D99DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D99DB is #926624. Grayscale: #939393. Windows color (decimal): -9594405 or 14391661. OLE color: 14391661.
HSL color Cylindrical-coordinate representation of color #6D99DB: hue angle of 216º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D99DB is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 153 | 219 | - |
| CMYK | 0.50 | 0.30 | 0 | 0.14 |
| HSL | 216º | 0.6% | 0.64% | - |
| HSV(B) | 216º | 0.5% | 0.86% | - |
| XYZ | 30.48 | 31.15 | 71.42 | - |
| YUV | 147.37 | 168.42 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 153 | 219 | 0.50 | 0.30 | 0 | 0.14 | 216 | 0.6 | 0.64 |
| Hex | 6D | 99 | DB | 32 | 1E | 0 | E | D8 | 3C | 40 |
| Octal | 155 | 231 | 333 | 62 | 36 | 0 | 16 | 330 | 74 | 100 |
| Binary | 1101101 | 10011001 | 11011011 | 110010 | 11110 | 0 | 1110 | 11011000 | 111100 | 1000000 |
Color Harmonies of #6D99DB
Complementary color
Monochromatic Colors of #6D99DB
Black with #6D99DB
Text Example
Text Example
White with #6D99DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D99DB; }
p { color: rgb(109,153,219); }
H1.HeaderClassName
{
color: #6D99DB;
}
.AnyTagClassName
{
color: #6D99DB;
}
</style>
background-color css
<style>
a { background-color: #6D99DB; }
a { background-color: rgb(109,153,219); }
div.DivClassName
{
background-color: #6D99DB;
}
.BgClassName
{
background-color: #6D99DB;
}
</style>
border-color css
<style>
span { border-color: #6D99DB; }
span { border-color: rgb(109,153,219); }
td.TdClassName
{
border-color: #6D99DB;
}
.TagClassName
{
border-color: #6D99DB;
}
</style>