Shades of Cornflower Blue #6E8CEB
Tints of Cornflower Blue #6E8CEB
RGB
CMYK
RGB Variations
Color information
#6E8CEB (or 0x6E8CEB) is known color: Cornflower Blue. HEX triplet: 6E, 8C and EB. RGB value is (110,140,235). Sum of RGB (Red+Green+Blue) = 110+140+235=485 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.68% from 485); Green value is 140 (55.08% from 255 or 28.87% from 485); Blue value is 235 (92.19% from 255 or 48.45% from 485); Max value from RGB is 235 - color contains mainly: blue. Hex color #6E8CEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E8CEB is #917314. Grayscale: #8D8D8D. Windows color (decimal): -9532181 or 15436910. OLE color: 15436910.
HSL color Cylindrical-coordinate representation of color #6E8CEB: hue angle of 225.6º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6E8CEB is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 110 | 140 | 235 | - |
| CMYK | 0.53 | 0.40 | 0 | 0.08 |
| HSL | 225.6º | 0.76% | 0.68% | - |
| HSV(B) | 225.6º | 0.53% | 0.92% | - |
| XYZ | 30.8 | 28.07 | 82.39 | - |
| YUV | 141.86 | 180.56 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 140 | 235 | 0.53 | 0.40 | 0 | 0.08 | 225.6 | 0.76 | 0.68 |
| Hex | 6E | 8C | EB | 35 | 28 | 0 | 8 | E2 | 4C | 44 |
| Octal | 156 | 214 | 353 | 65 | 50 | 0 | 10 | 342 | 114 | 104 |
| Binary | 1101110 | 10001100 | 11101011 | 110101 | 101000 | 0 | 1000 | 11100010 | 1001100 | 1000100 |
Color Harmonies of #6E8CEB
Complementary color
Monochromatic Colors of #6E8CEB
Black with #6E8CEB
Text Example
Text Example
White with #6E8CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8CEB; }
p { color: rgb(110,140,235); }
H1.HeaderClassName
{
color: #6E8CEB;
}
.AnyTagClassName
{
color: #6E8CEB;
}
</style>
background-color css
<style>
a { background-color: #6E8CEB; }
a { background-color: rgb(110,140,235); }
div.DivClassName
{
background-color: #6E8CEB;
}
.BgClassName
{
background-color: #6E8CEB;
}
</style>
border-color css
<style>
span { border-color: #6E8CEB; }
span { border-color: rgb(110,140,235); }
td.TdClassName
{
border-color: #6E8CEB;
}
.TagClassName
{
border-color: #6E8CEB;
}
</style>