Shades of Cornflower Blue #6A8ADB
Tints of Cornflower Blue #6A8ADB
RGB
CMYK
RGB Variations
Color information
#6A8ADB (or 0x6A8ADB) is known color: Cornflower Blue. HEX triplet: 6A, 8A and DB. RGB value is (106,138,219). Sum of RGB (Red+Green+Blue) = 106+138+219=463 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.89% from 463); Green value is 138 (54.30% from 255 or 29.81% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #6A8ADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A8ADB is #957524. Grayscale: #898989. Windows color (decimal): -9794853 or 14387818. OLE color: 14387818.
HSL color Cylindrical-coordinate representation of color #6A8ADB: hue angle of 223.01º 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 #6A8ADB is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 138 | 219 | - |
| CMYK | 0.52 | 0.37 | 0 | 0.14 |
| HSL | 223.01º | 0.61% | 0.64% | - |
| HSV(B) | 223.01º | 0.52% | 0.86% | - |
| XYZ | 27.82 | 26.36 | 70.64 | - |
| YUV | 137.67 | 173.9 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 138 | 219 | 0.52 | 0.37 | 0 | 0.14 | 223.01 | 0.61 | 0.64 |
| Hex | 6A | 8A | DB | 34 | 25 | 0 | E | DF | 3D | 40 |
| Octal | 152 | 212 | 333 | 64 | 45 | 0 | 16 | 337 | 75 | 100 |
| Binary | 1101010 | 10001010 | 11011011 | 110100 | 100101 | 0 | 1110 | 11011111 | 111101 | 1000000 |
Color Harmonies of #6A8ADB
Complementary color
Monochromatic Colors of #6A8ADB
Black with #6A8ADB
Text Example
Text Example
White with #6A8ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8ADB; }
p { color: rgb(106,138,219); }
H1.HeaderClassName
{
color: #6A8ADB;
}
.AnyTagClassName
{
color: #6A8ADB;
}
</style>
background-color css
<style>
a { background-color: #6A8ADB; }
a { background-color: rgb(106,138,219); }
div.DivClassName
{
background-color: #6A8ADB;
}
.BgClassName
{
background-color: #6A8ADB;
}
</style>
border-color css
<style>
span { border-color: #6A8ADB; }
span { border-color: rgb(106,138,219); }
td.TdClassName
{
border-color: #6A8ADB;
}
.TagClassName
{
border-color: #6A8ADB;
}
</style>