Shades of Cornflower Blue #6E89FF
Tints of Cornflower Blue #6E89FF
RGB
CMYK
RGB Variations
Color information
#6E89FF (or 0x6E89FF) is known color: Cornflower Blue. HEX triplet: 6E, 89 and FF. RGB value is (110,137,255). Sum of RGB (Red+Green+Blue) = 110+137+255=502 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.91% from 502); Green value is 137 (53.91% from 255 or 27.29% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #6E89FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E89FF is #917600. Grayscale: #8D8D8D. Windows color (decimal): -9532929 or 16746862. OLE color: 16746862.
HSL color Cylindrical-coordinate representation of color #6E89FF: hue angle of 228.83º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6E89FF is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 137 | 255 | - |
| CMYK | 0.57 | 0.46 | 0 | 0 |
| HSL | 228.83º | 1% | 0.72% | - |
| HSV(B) | 228.83º | 0.57% | 1% | - |
| XYZ | 33.43 | 28.43 | 98.33 | - |
| YUV | 142.38 | 191.55 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 137 | 255 | 0.57 | 0.46 | 0 | 0 | 228.83 | 1 | 0.72 |
| Hex | 6E | 89 | FF | 39 | 2E | 0 | 0 | E5 | 64 | 48 |
| Octal | 156 | 211 | 377 | 71 | 56 | 0 | 0 | 345 | 144 | 110 |
| Binary | 1101110 | 10001001 | 11111111 | 111001 | 101110 | 0 | 0 | 11100101 | 1100100 | 1001000 |
Color Harmonies of #6E89FF
Complementary color
Monochromatic Colors of #6E89FF
Black with #6E89FF
Text Example
Text Example
White with #6E89FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E89FF; }
p { color: rgb(110,137,255); }
H1.HeaderClassName
{
color: #6E89FF;
}
.AnyTagClassName
{
color: #6E89FF;
}
</style>
background-color css
<style>
a { background-color: #6E89FF; }
a { background-color: rgb(110,137,255); }
div.DivClassName
{
background-color: #6E89FF;
}
.BgClassName
{
background-color: #6E89FF;
}
</style>
border-color css
<style>
span { border-color: #6E89FF; }
span { border-color: rgb(110,137,255); }
td.TdClassName
{
border-color: #6E89FF;
}
.TagClassName
{
border-color: #6E89FF;
}
</style>