Shades of Cornflower Blue #6E8CFB
Tints of Cornflower Blue #6E8CFB
RGB
CMYK
RGB Variations
Color information
#6E8CFB (or 0x6E8CFB) is known color: Cornflower Blue. HEX triplet: 6E, 8C and FB. RGB value is (110,140,251). Sum of RGB (Red+Green+Blue) = 110+140+251=501 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.96% from 501); Green value is 140 (55.08% from 255 or 27.94% from 501); Blue value is 251 (98.44% from 255 or 50.10% from 501); Max value from RGB is 251 - color contains mainly: blue. Hex color #6E8CFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E8CFB is #917304. Grayscale: #8F8F8F. Windows color (decimal): -9532165 or 16485486. OLE color: 16485486.
HSL color Cylindrical-coordinate representation of color #6E8CFB: hue angle of 227.23º 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 #6E8CFB is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 110 | 140 | 251 | - |
| CMYK | 0.56 | 0.44 | 0 | 0.02 |
| HSL | 227.23º | 0.95% | 0.71% | - |
| HSV(B) | 227.23º | 0.56% | 0.98% | - |
| XYZ | 33.22 | 29.04 | 95.12 | - |
| YUV | 143.68 | 188.56 | 103.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 140 | 251 | 0.56 | 0.44 | 0 | 0.02 | 227.23 | 0.95 | 0.71 |
| Hex | 6E | 8C | FB | 38 | 2C | 0 | 2 | E3 | 5F | 47 |
| Octal | 156 | 214 | 373 | 70 | 54 | 0 | 2 | 343 | 137 | 107 |
| Binary | 1101110 | 10001100 | 11111011 | 111000 | 101100 | 0 | 10 | 11100011 | 1011111 | 1000111 |
Color Harmonies of #6E8CFB
Complementary color
Monochromatic Colors of #6E8CFB
Black with #6E8CFB
Text Example
Text Example
White with #6E8CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8CFB; }
p { color: rgb(110,140,251); }
H1.HeaderClassName
{
color: #6E8CFB;
}
.AnyTagClassName
{
color: #6E8CFB;
}
</style>
background-color css
<style>
a { background-color: #6E8CFB; }
a { background-color: rgb(110,140,251); }
div.DivClassName
{
background-color: #6E8CFB;
}
.BgClassName
{
background-color: #6E8CFB;
}
</style>
border-color css
<style>
span { border-color: #6E8CFB; }
span { border-color: rgb(110,140,251); }
td.TdClassName
{
border-color: #6E8CFB;
}
.TagClassName
{
border-color: #6E8CFB;
}
</style>