Shades of Cornflower Blue #6E8DFB
Tints of Cornflower Blue #6E8DFB
RGB
CMYK
RGB Variations
Color information
#6E8DFB (or 0x6E8DFB) is known color: Cornflower Blue. HEX triplet: 6E, 8D and FB. RGB value is (110,141,251). Sum of RGB (Red+Green+Blue) = 110+141+251=502 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.91% from 502); Green value is 141 (55.47% from 255 or 28.09% from 502); Blue value is 251 (98.44% from 255 or 50% from 502); Max value from RGB is 251 - color contains mainly: blue. Hex color #6E8DFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E8DFB is #917204. Grayscale: #8F8F8F. Windows color (decimal): -9531909 or 16485742. OLE color: 16485742.
HSL color Cylindrical-coordinate representation of color #6E8DFB: hue angle of 226.81º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E8DFB is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 110 | 141 | 251 | - |
| CMYK | 0.56 | 0.44 | 0 | 0.02 |
| HSL | 226.81º | 0.95% | 0.71% | - |
| HSV(B) | 226.81º | 0.56% | 0.98% | - |
| XYZ | 33.37 | 29.33 | 95.17 | - |
| YUV | 144.27 | 188.23 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 141 | 251 | 0.56 | 0.44 | 0 | 0.02 | 226.81 | 0.95 | 0.71 |
| Hex | 6E | 8D | FB | 38 | 2C | 0 | 2 | E3 | 5F | 47 |
| Octal | 156 | 215 | 373 | 70 | 54 | 0 | 2 | 343 | 137 | 107 |
| Binary | 1101110 | 10001101 | 11111011 | 111000 | 101100 | 0 | 10 | 11100011 | 1011111 | 1000111 |
Color Harmonies of #6E8DFB
Complementary color
Monochromatic Colors of #6E8DFB
Black with #6E8DFB
Text Example
Text Example
White with #6E8DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8DFB; }
p { color: rgb(110,141,251); }
H1.HeaderClassName
{
color: #6E8DFB;
}
.AnyTagClassName
{
color: #6E8DFB;
}
</style>
background-color css
<style>
a { background-color: #6E8DFB; }
a { background-color: rgb(110,141,251); }
div.DivClassName
{
background-color: #6E8DFB;
}
.BgClassName
{
background-color: #6E8DFB;
}
</style>
border-color css
<style>
span { border-color: #6E8DFB; }
span { border-color: rgb(110,141,251); }
td.TdClassName
{
border-color: #6E8DFB;
}
.TagClassName
{
border-color: #6E8DFB;
}
</style>