Shades of Cornflower Blue #6E8BFE
Tints of Cornflower Blue #6E8BFE
RGB
CMYK
RGB Variations
Color information
#6E8BFE (or 0x6E8BFE) is known color: Cornflower Blue. HEX triplet: 6E, 8B and FE. RGB value is (110,139,254). Sum of RGB (Red+Green+Blue) = 110+139+254=503 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.87% from 503); Green value is 139 (54.69% from 255 or 27.63% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #6E8BFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E8BFE is #917401. Grayscale: #8E8E8E. Windows color (decimal): -9532418 or 16681838. OLE color: 16681838.
HSL color Cylindrical-coordinate representation of color #6E8BFE: hue angle of 227.92º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6E8BFE is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 110 | 139 | 254 | - |
| CMYK | 0.57 | 0.45 | 0 | 0.00 |
| HSL | 227.92º | 0.99% | 0.71% | - |
| HSV(B) | 227.92º | 0.57% | 1% | - |
| XYZ | 33.55 | 28.94 | 97.58 | - |
| YUV | 143.44 | 190.39 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 139 | 254 | 0.57 | 0.45 | 0 | 0.00 | 227.92 | 0.99 | 0.71 |
| Hex | 6E | 8B | FE | 39 | 2D | 0 | 0 | E4 | 63 | 47 |
| Octal | 156 | 213 | 376 | 71 | 55 | 0 | 0 | 344 | 143 | 107 |
| Binary | 1101110 | 10001011 | 11111110 | 111001 | 101101 | 0 | 0 | 11100100 | 1100011 | 1000111 |
Color Harmonies of #6E8BFE
Complementary color
Monochromatic Colors of #6E8BFE
Black with #6E8BFE
Text Example
Text Example
White with #6E8BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8BFE; }
p { color: rgb(110,139,254); }
H1.HeaderClassName
{
color: #6E8BFE;
}
.AnyTagClassName
{
color: #6E8BFE;
}
</style>
background-color css
<style>
a { background-color: #6E8BFE; }
a { background-color: rgb(110,139,254); }
div.DivClassName
{
background-color: #6E8BFE;
}
.BgClassName
{
background-color: #6E8BFE;
}
</style>
border-color css
<style>
span { border-color: #6E8BFE; }
span { border-color: rgb(110,139,254); }
td.TdClassName
{
border-color: #6E8BFE;
}
.TagClassName
{
border-color: #6E8BFE;
}
</style>