Shades of Cornflower Blue #6D8ADB
Tints of Cornflower Blue #6D8ADB
RGB
CMYK
RGB Variations
Color information
#6D8ADB (or 0x6D8ADB) is known color: Cornflower Blue. HEX triplet: 6D, 8A and DB. RGB value is (109,138,219). Sum of RGB (Red+Green+Blue) = 109+138+219=466 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.39% from 466); Green value is 138 (54.30% from 255 or 29.61% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #6D8ADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D8ADB is #927524. Grayscale: #8A8A8A. Windows color (decimal): -9598245 or 14387821. OLE color: 14387821.
HSL color Cylindrical-coordinate representation of color #6D8ADB: hue angle of 224.18º 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 #6D8ADB is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 138 | 219 | - |
| CMYK | 0.50 | 0.37 | 0 | 0.14 |
| HSL | 224.18º | 0.6% | 0.64% | - |
| HSV(B) | 224.18º | 0.5% | 0.86% | - |
| XYZ | 28.18 | 26.54 | 70.66 | - |
| YUV | 138.56 | 173.39 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 138 | 219 | 0.50 | 0.37 | 0 | 0.14 | 224.18 | 0.6 | 0.64 |
| Hex | 6D | 8A | DB | 32 | 25 | 0 | E | E0 | 3C | 40 |
| Octal | 155 | 212 | 333 | 62 | 45 | 0 | 16 | 340 | 74 | 100 |
| Binary | 1101101 | 10001010 | 11011011 | 110010 | 100101 | 0 | 1110 | 11100000 | 111100 | 1000000 |
Color Harmonies of #6D8ADB
Complementary color
Monochromatic Colors of #6D8ADB
Black with #6D8ADB
Text Example
Text Example
White with #6D8ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8ADB; }
p { color: rgb(109,138,219); }
H1.HeaderClassName
{
color: #6D8ADB;
}
.AnyTagClassName
{
color: #6D8ADB;
}
</style>
background-color css
<style>
a { background-color: #6D8ADB; }
a { background-color: rgb(109,138,219); }
div.DivClassName
{
background-color: #6D8ADB;
}
.BgClassName
{
background-color: #6D8ADB;
}
</style>
border-color css
<style>
span { border-color: #6D8ADB; }
span { border-color: rgb(109,138,219); }
td.TdClassName
{
border-color: #6D8ADB;
}
.TagClassName
{
border-color: #6D8ADB;
}
</style>