Shades of Cornflower Blue #6E8DFC
Tints of Cornflower Blue #6E8DFC
RGB
CMYK
RGB Variations
Color information
#6E8DFC (or 0x6E8DFC) is known color: Cornflower Blue. HEX triplet: 6E, 8D and FC. RGB value is (110,141,252). Sum of RGB (Red+Green+Blue) = 110+141+252=503 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.87% from 503); Green value is 141 (55.47% from 255 or 28.03% from 503); Blue value is 252 (98.83% from 255 or 50.10% from 503); Max value from RGB is 252 - color contains mainly: blue. Hex color #6E8DFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E8DFC is #917203. Grayscale: #8F8F8F. Windows color (decimal): -9531908 or 16551278. OLE color: 16551278.
HSL color Cylindrical-coordinate representation of color #6E8DFC: hue angle of 226.9º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E8DFC is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 141 | 252 | - |
| CMYK | 0.56 | 0.44 | 0 | 0.01 |
| HSL | 226.9º | 0.96% | 0.71% | - |
| HSV(B) | 226.9º | 0.56% | 0.99% | - |
| XYZ | 33.53 | 29.39 | 96 | - |
| YUV | 144.39 | 188.73 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 141 | 252 | 0.56 | 0.44 | 0 | 0.01 | 226.9 | 0.96 | 0.71 |
| Hex | 6E | 8D | FC | 38 | 2C | 0 | 1 | E3 | 60 | 47 |
| Octal | 156 | 215 | 374 | 70 | 54 | 0 | 1 | 343 | 140 | 107 |
| Binary | 1101110 | 10001101 | 11111100 | 111000 | 101100 | 0 | 1 | 11100011 | 1100000 | 1000111 |
Color Harmonies of #6E8DFC
Complementary color
Monochromatic Colors of #6E8DFC
Black with #6E8DFC
Text Example
Text Example
White with #6E8DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8DFC; }
p { color: rgb(110,141,252); }
H1.HeaderClassName
{
color: #6E8DFC;
}
.AnyTagClassName
{
color: #6E8DFC;
}
</style>
background-color css
<style>
a { background-color: #6E8DFC; }
a { background-color: rgb(110,141,252); }
div.DivClassName
{
background-color: #6E8DFC;
}
.BgClassName
{
background-color: #6E8DFC;
}
</style>
border-color css
<style>
span { border-color: #6E8DFC; }
span { border-color: rgb(110,141,252); }
td.TdClassName
{
border-color: #6E8DFC;
}
.TagClassName
{
border-color: #6E8DFC;
}
</style>