Shades of Cornflower Blue #6E85EE
Tints of Cornflower Blue #6E85EE
RGB
CMYK
RGB Variations
Color information
#6E85EE (or 0x6E85EE) is known color: Cornflower Blue. HEX triplet: 6E, 85 and EE. RGB value is (110,133,238). Sum of RGB (Red+Green+Blue) = 110+133+238=481 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.87% from 481); Green value is 133 (52.34% from 255 or 27.65% from 481); Blue value is 238 (93.36% from 255 or 49.48% from 481); Max value from RGB is 238 - color contains mainly: blue. Hex color #6E85EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E85EE is #917A11. Grayscale: #898989. Windows color (decimal): -9533970 or 15631726. OLE color: 15631726.
HSL color Cylindrical-coordinate representation of color #6E85EE: hue angle of 229.22º 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 #6E85EE is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 133 | 238 | - |
| CMYK | 0.54 | 0.44 | 0 | 0.07 |
| HSL | 229.22º | 0.79% | 0.68% | - |
| HSV(B) | 229.22º | 0.54% | 0.93% | - |
| XYZ | 30.25 | 26.26 | 84.36 | - |
| YUV | 138.09 | 184.38 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 133 | 238 | 0.54 | 0.44 | 0 | 0.07 | 229.22 | 0.79 | 0.68 |
| Hex | 6E | 85 | EE | 36 | 2C | 0 | 7 | E5 | 4F | 44 |
| Octal | 156 | 205 | 356 | 66 | 54 | 0 | 7 | 345 | 117 | 104 |
| Binary | 1101110 | 10000101 | 11101110 | 110110 | 101100 | 0 | 111 | 11100101 | 1001111 | 1000100 |
Color Harmonies of #6E85EE
Complementary color
Monochromatic Colors of #6E85EE
Black with #6E85EE
Text Example
Text Example
White with #6E85EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E85EE; }
p { color: rgb(110,133,238); }
H1.HeaderClassName
{
color: #6E85EE;
}
.AnyTagClassName
{
color: #6E85EE;
}
</style>
background-color css
<style>
a { background-color: #6E85EE; }
a { background-color: rgb(110,133,238); }
div.DivClassName
{
background-color: #6E85EE;
}
.BgClassName
{
background-color: #6E85EE;
}
</style>
border-color css
<style>
span { border-color: #6E85EE; }
span { border-color: rgb(110,133,238); }
td.TdClassName
{
border-color: #6E85EE;
}
.TagClassName
{
border-color: #6E85EE;
}
</style>