Shades of Cornflower Blue #6E8AF7
Tints of Cornflower Blue #6E8AF7
RGB
CMYK
RGB Variations
Color information
#6E8AF7 (or 0x6E8AF7) is known color: Cornflower Blue. HEX triplet: 6E, 8A and F7. RGB value is (110,138,247). Sum of RGB (Red+Green+Blue) = 110+138+247=495 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.22% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 247 (96.88% from 255 or 49.90% from 495); Max value from RGB is 247 - color contains mainly: blue. Hex color #6E8AF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E8AF7 is #917508. Grayscale: #8D8D8D. Windows color (decimal): -9532681 or 16222830. OLE color: 16222830.
HSL color Cylindrical-coordinate representation of color #6E8AF7: hue angle of 227.74º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E8AF7 is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 110 | 138 | 247 | - |
| CMYK | 0.55 | 0.44 | 0 | 0.03 |
| HSL | 227.74º | 0.9% | 0.7% | - |
| HSV(B) | 227.74º | 0.55% | 0.97% | - |
| XYZ | 32.31 | 28.21 | 91.74 | - |
| YUV | 142.05 | 187.22 | 105.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 138 | 247 | 0.55 | 0.44 | 0 | 0.03 | 227.74 | 0.9 | 0.7 |
| Hex | 6E | 8A | F7 | 37 | 2C | 0 | 3 | E4 | 5A | 46 |
| Octal | 156 | 212 | 367 | 67 | 54 | 0 | 3 | 344 | 132 | 106 |
| Binary | 1101110 | 10001010 | 11110111 | 110111 | 101100 | 0 | 11 | 11100100 | 1011010 | 1000110 |
Color Harmonies of #6E8AF7
Complementary color
Monochromatic Colors of #6E8AF7
Black with #6E8AF7
Text Example
Text Example
White with #6E8AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8AF7; }
p { color: rgb(110,138,247); }
H1.HeaderClassName
{
color: #6E8AF7;
}
.AnyTagClassName
{
color: #6E8AF7;
}
</style>
background-color css
<style>
a { background-color: #6E8AF7; }
a { background-color: rgb(110,138,247); }
div.DivClassName
{
background-color: #6E8AF7;
}
.BgClassName
{
background-color: #6E8AF7;
}
</style>
border-color css
<style>
span { border-color: #6E8AF7; }
span { border-color: rgb(110,138,247); }
td.TdClassName
{
border-color: #6E8AF7;
}
.TagClassName
{
border-color: #6E8AF7;
}
</style>