Shades of Cornflower Blue #6E8DEE
Tints of Cornflower Blue #6E8DEE
RGB
CMYK
RGB Variations
Color information
#6E8DEE (or 0x6E8DEE) is known color: Cornflower Blue. HEX triplet: 6E, 8D and EE. RGB value is (110,141,238). Sum of RGB (Red+Green+Blue) = 110+141+238=489 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.49% from 489); Green value is 141 (55.47% from 255 or 28.83% from 489); Blue value is 238 (93.36% from 255 or 48.67% from 489); Max value from RGB is 238 - color contains mainly: blue. Hex color #6E8DEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E8DEE is #917211. Grayscale: #8E8E8E. Windows color (decimal): -9531922 or 15633774. OLE color: 15633774.
HSL color Cylindrical-coordinate representation of color #6E8DEE: hue angle of 225.47º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6E8DEE is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 141 | 238 | - |
| CMYK | 0.54 | 0.41 | 0 | 0.07 |
| HSL | 225.47º | 0.79% | 0.68% | - |
| HSV(B) | 225.47º | 0.54% | 0.93% | - |
| XYZ | 31.39 | 28.54 | 84.74 | - |
| YUV | 142.79 | 181.73 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 141 | 238 | 0.54 | 0.41 | 0 | 0.07 | 225.47 | 0.79 | 0.68 |
| Hex | 6E | 8D | EE | 36 | 29 | 0 | 7 | E1 | 4F | 44 |
| Octal | 156 | 215 | 356 | 66 | 51 | 0 | 7 | 341 | 117 | 104 |
| Binary | 1101110 | 10001101 | 11101110 | 110110 | 101001 | 0 | 111 | 11100001 | 1001111 | 1000100 |
Color Harmonies of #6E8DEE
Complementary color
Monochromatic Colors of #6E8DEE
Black with #6E8DEE
Text Example
Text Example
White with #6E8DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8DEE; }
p { color: rgb(110,141,238); }
H1.HeaderClassName
{
color: #6E8DEE;
}
.AnyTagClassName
{
color: #6E8DEE;
}
</style>
background-color css
<style>
a { background-color: #6E8DEE; }
a { background-color: rgb(110,141,238); }
div.DivClassName
{
background-color: #6E8DEE;
}
.BgClassName
{
background-color: #6E8DEE;
}
</style>
border-color css
<style>
span { border-color: #6E8DEE; }
span { border-color: rgb(110,141,238); }
td.TdClassName
{
border-color: #6E8DEE;
}
.TagClassName
{
border-color: #6E8DEE;
}
</style>