Shades of Cornflower Blue #6E8DF7
Tints of Cornflower Blue #6E8DF7
RGB
CMYK
RGB Variations
Color information
#6E8DF7 (or 0x6E8DF7) is known color: Cornflower Blue. HEX triplet: 6E, 8D and F7. RGB value is (110,141,247). Sum of RGB (Red+Green+Blue) = 110+141+247=498 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.09% from 498); Green value is 141 (55.47% from 255 or 28.31% from 498); Blue value is 247 (96.88% from 255 or 49.60% from 498); Max value from RGB is 247 - color contains mainly: blue. Hex color #6E8DF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E8DF7 is #917208. Grayscale: #8F8F8F. Windows color (decimal): -9531913 or 16223598. OLE color: 16223598.
HSL color Cylindrical-coordinate representation of color #6E8DF7: hue angle of 226.42º 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 #6E8DF7 is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 110 | 141 | 247 | - |
| CMYK | 0.55 | 0.43 | 0 | 0.03 |
| HSL | 226.42º | 0.9% | 0.7% | - |
| HSV(B) | 226.42º | 0.55% | 0.97% | - |
| XYZ | 32.74 | 29.08 | 91.88 | - |
| YUV | 143.82 | 186.23 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 141 | 247 | 0.55 | 0.43 | 0 | 0.03 | 226.42 | 0.9 | 0.7 |
| Hex | 6E | 8D | F7 | 37 | 2B | 0 | 3 | E2 | 5A | 46 |
| Octal | 156 | 215 | 367 | 67 | 53 | 0 | 3 | 342 | 132 | 106 |
| Binary | 1101110 | 10001101 | 11110111 | 110111 | 101011 | 0 | 11 | 11100010 | 1011010 | 1000110 |
Color Harmonies of #6E8DF7
Complementary color
Monochromatic Colors of #6E8DF7
Black with #6E8DF7
Text Example
Text Example
White with #6E8DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8DF7; }
p { color: rgb(110,141,247); }
H1.HeaderClassName
{
color: #6E8DF7;
}
.AnyTagClassName
{
color: #6E8DF7;
}
</style>
background-color css
<style>
a { background-color: #6E8DF7; }
a { background-color: rgb(110,141,247); }
div.DivClassName
{
background-color: #6E8DF7;
}
.BgClassName
{
background-color: #6E8DF7;
}
</style>
border-color css
<style>
span { border-color: #6E8DF7; }
span { border-color: rgb(110,141,247); }
td.TdClassName
{
border-color: #6E8DF7;
}
.TagClassName
{
border-color: #6E8DF7;
}
</style>