Shades of Cornflower Blue #6A9ADB
Tints of Cornflower Blue #6A9ADB
RGB
CMYK
RGB Variations
Color information
#6A9ADB (or 0x6A9ADB) is known color: Cornflower Blue. HEX triplet: 6A, 9A and DB. RGB value is (106,154,219). Sum of RGB (Red+Green+Blue) = 106+154+219=479 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.13% from 479); Green value is 154 (60.55% from 255 or 32.15% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #6A9ADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A9ADB is #956524. Grayscale: #929292. Windows color (decimal): -9790757 or 14391914. OLE color: 14391914.
HSL color Cylindrical-coordinate representation of color #6A9ADB: hue angle of 214.51º 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 #6A9ADB is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 154 | 219 | - |
| CMYK | 0.52 | 0.30 | 0 | 0.14 |
| HSL | 214.51º | 0.61% | 0.64% | - |
| HSV(B) | 214.51º | 0.52% | 0.86% | - |
| XYZ | 30.29 | 31.29 | 71.46 | - |
| YUV | 147.06 | 168.6 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 154 | 219 | 0.52 | 0.30 | 0 | 0.14 | 214.51 | 0.61 | 0.64 |
| Hex | 6A | 9A | DB | 34 | 1E | 0 | E | D7 | 3D | 40 |
| Octal | 152 | 232 | 333 | 64 | 36 | 0 | 16 | 327 | 75 | 100 |
| Binary | 1101010 | 10011010 | 11011011 | 110100 | 11110 | 0 | 1110 | 11010111 | 111101 | 1000000 |
Color Harmonies of #6A9ADB
Complementary color
Monochromatic Colors of #6A9ADB
Black with #6A9ADB
Text Example
Text Example
White with #6A9ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9ADB; }
p { color: rgb(106,154,219); }
H1.HeaderClassName
{
color: #6A9ADB;
}
.AnyTagClassName
{
color: #6A9ADB;
}
</style>
background-color css
<style>
a { background-color: #6A9ADB; }
a { background-color: rgb(106,154,219); }
div.DivClassName
{
background-color: #6A9ADB;
}
.BgClassName
{
background-color: #6A9ADB;
}
</style>
border-color css
<style>
span { border-color: #6A9ADB; }
span { border-color: rgb(106,154,219); }
td.TdClassName
{
border-color: #6A9ADB;
}
.TagClassName
{
border-color: #6A9ADB;
}
</style>