Shades of Cornflower Blue #6E7DDB
Tints of Cornflower Blue #6E7DDB
RGB
CMYK
RGB Variations
Color information
#6E7DDB (or 0x6E7DDB) is known color: Cornflower Blue. HEX triplet: 6E, 7D and DB. RGB value is (110,125,219). Sum of RGB (Red+Green+Blue) = 110+125+219=454 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.23% from 454); Green value is 125 (49.22% from 255 or 27.53% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #6E7DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E7DDB is #918224. Grayscale: #828282. Windows color (decimal): -9536037 or 14384494. OLE color: 14384494.
HSL color Cylindrical-coordinate representation of color #6E7DDB: hue angle of 231.74º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E7DDB is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 125 | 219 | - |
| CMYK | 0.50 | 0.43 | 0 | 0.14 |
| HSL | 231.74º | 0.6% | 0.65% | - |
| HSV(B) | 231.74º | 0.5% | 0.86% | - |
| XYZ | 26.55 | 23.1 | 70.08 | - |
| YUV | 131.23 | 177.53 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 125 | 219 | 0.50 | 0.43 | 0 | 0.14 | 231.74 | 0.6 | 0.65 |
| Hex | 6E | 7D | DB | 32 | 2B | 0 | E | E8 | 3C | 41 |
| Octal | 156 | 175 | 333 | 62 | 53 | 0 | 16 | 350 | 74 | 101 |
| Binary | 1101110 | 1111101 | 11011011 | 110010 | 101011 | 0 | 1110 | 11101000 | 111100 | 1000001 |
Color Harmonies of #6E7DDB
Complementary color
Monochromatic Colors of #6E7DDB
Black with #6E7DDB
Text Example
Text Example
White with #6E7DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7DDB; }
p { color: rgb(110,125,219); }
H1.HeaderClassName
{
color: #6E7DDB;
}
.AnyTagClassName
{
color: #6E7DDB;
}
</style>
background-color css
<style>
a { background-color: #6E7DDB; }
a { background-color: rgb(110,125,219); }
div.DivClassName
{
background-color: #6E7DDB;
}
.BgClassName
{
background-color: #6E7DDB;
}
</style>
border-color css
<style>
span { border-color: #6E7DDB; }
span { border-color: rgb(110,125,219); }
td.TdClassName
{
border-color: #6E7DDB;
}
.TagClassName
{
border-color: #6E7DDB;
}
</style>