Shades of Cornflower Blue #6A9BDB
Tints of Cornflower Blue #6A9BDB
RGB
CMYK
RGB Variations
Color information
#6A9BDB (or 0x6A9BDB) is known color: Cornflower Blue. HEX triplet: 6A, 9B and DB. RGB value is (106,155,219). Sum of RGB (Red+Green+Blue) = 106+155+219=480 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.08% from 480); Green value is 155 (60.94% from 255 or 32.29% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #6A9BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A9BDB is #956424. Grayscale: #939393. Windows color (decimal): -9790501 or 14392170. OLE color: 14392170.
HSL color Cylindrical-coordinate representation of color #6A9BDB: hue angle of 213.98º 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 #6A9BDB is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 155 | 219 | - |
| CMYK | 0.52 | 0.29 | 0 | 0.14 |
| HSL | 213.98º | 0.61% | 0.64% | - |
| HSV(B) | 213.98º | 0.52% | 0.86% | - |
| XYZ | 30.45 | 31.62 | 71.52 | - |
| YUV | 147.65 | 168.27 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 155 | 219 | 0.52 | 0.29 | 0 | 0.14 | 213.98 | 0.61 | 0.64 |
| Hex | 6A | 9B | DB | 34 | 1D | 0 | E | D6 | 3D | 40 |
| Octal | 152 | 233 | 333 | 64 | 35 | 0 | 16 | 326 | 75 | 100 |
| Binary | 1101010 | 10011011 | 11011011 | 110100 | 11101 | 0 | 1110 | 11010110 | 111101 | 1000000 |
Color Harmonies of #6A9BDB
Complementary color
Monochromatic Colors of #6A9BDB
Black with #6A9BDB
Text Example
Text Example
White with #6A9BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9BDB; }
p { color: rgb(106,155,219); }
H1.HeaderClassName
{
color: #6A9BDB;
}
.AnyTagClassName
{
color: #6A9BDB;
}
</style>
background-color css
<style>
a { background-color: #6A9BDB; }
a { background-color: rgb(106,155,219); }
div.DivClassName
{
background-color: #6A9BDB;
}
.BgClassName
{
background-color: #6A9BDB;
}
</style>
border-color css
<style>
span { border-color: #6A9BDB; }
span { border-color: rgb(106,155,219); }
td.TdClassName
{
border-color: #6A9BDB;
}
.TagClassName
{
border-color: #6A9BDB;
}
</style>