Shades of Cornflower Blue #6A99DB
Tints of Cornflower Blue #6A99DB
RGB
CMYK
RGB Variations
Color information
#6A99DB (or 0x6A99DB) is known color: Cornflower Blue. HEX triplet: 6A, 99 and DB. RGB value is (106,153,219). Sum of RGB (Red+Green+Blue) = 106+153+219=478 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.18% from 478); Green value is 153 (60.16% from 255 or 32.01% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #6A99DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A99DB is #956624. Grayscale: #929292. Windows color (decimal): -9791013 or 14391658. OLE color: 14391658.
HSL color Cylindrical-coordinate representation of color #6A99DB: hue angle of 215.04º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6A99DB is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 153 | 219 | - |
| CMYK | 0.52 | 0.30 | 0 | 0.14 |
| HSL | 215.04º | 0.61% | 0.64% | - |
| HSV(B) | 215.04º | 0.52% | 0.86% | - |
| XYZ | 30.12 | 30.96 | 71.41 | - |
| YUV | 146.47 | 168.93 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 153 | 219 | 0.52 | 0.30 | 0 | 0.14 | 215.04 | 0.61 | 0.64 |
| Hex | 6A | 99 | DB | 34 | 1E | 0 | E | D7 | 3D | 40 |
| Octal | 152 | 231 | 333 | 64 | 36 | 0 | 16 | 327 | 75 | 100 |
| Binary | 1101010 | 10011001 | 11011011 | 110100 | 11110 | 0 | 1110 | 11010111 | 111101 | 1000000 |
Color Harmonies of #6A99DB
Complementary color
Monochromatic Colors of #6A99DB
Black with #6A99DB
Text Example
Text Example
White with #6A99DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A99DB; }
p { color: rgb(106,153,219); }
H1.HeaderClassName
{
color: #6A99DB;
}
.AnyTagClassName
{
color: #6A99DB;
}
</style>
background-color css
<style>
a { background-color: #6A99DB; }
a { background-color: rgb(106,153,219); }
div.DivClassName
{
background-color: #6A99DB;
}
.BgClassName
{
background-color: #6A99DB;
}
</style>
border-color css
<style>
span { border-color: #6A99DB; }
span { border-color: rgb(106,153,219); }
td.TdClassName
{
border-color: #6A99DB;
}
.TagClassName
{
border-color: #6A99DB;
}
</style>