Shades of Cornflower Blue #6E7FEB
Tints of Cornflower Blue #6E7FEB
RGB
CMYK
RGB Variations
Color information
#6E7FEB (or 0x6E7FEB) is known color: Cornflower Blue. HEX triplet: 6E, 7F and EB. RGB value is (110,127,235). Sum of RGB (Red+Green+Blue) = 110+127+235=472 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.31% from 472); Green value is 127 (50% from 255 or 26.91% from 472); Blue value is 235 (92.19% from 255 or 49.79% from 472); Max value from RGB is 235 - color contains mainly: blue. Hex color #6E7FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E7FEB is #918014. Grayscale: #858585. Windows color (decimal): -9535509 or 15433582. OLE color: 15433582.
HSL color Cylindrical-coordinate representation of color #6E7FEB: hue angle of 231.84º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6E7FEB is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 110 | 127 | 235 | - |
| CMYK | 0.53 | 0.46 | 0 | 0.08 |
| HSL | 231.84º | 0.76% | 0.68% | - |
| HSV(B) | 231.84º | 0.53% | 0.92% | - |
| XYZ | 29.02 | 24.49 | 81.8 | - |
| YUV | 134.23 | 184.87 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 127 | 235 | 0.53 | 0.46 | 0 | 0.08 | 231.84 | 0.76 | 0.68 |
| Hex | 6E | 7F | EB | 35 | 2E | 0 | 8 | E8 | 4C | 44 |
| Octal | 156 | 177 | 353 | 65 | 56 | 0 | 10 | 350 | 114 | 104 |
| Binary | 1101110 | 1111111 | 11101011 | 110101 | 101110 | 0 | 1000 | 11101000 | 1001100 | 1000100 |
Color Harmonies of #6E7FEB
Complementary color
Monochromatic Colors of #6E7FEB
Black with #6E7FEB
Text Example
Text Example
White with #6E7FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7FEB; }
p { color: rgb(110,127,235); }
H1.HeaderClassName
{
color: #6E7FEB;
}
.AnyTagClassName
{
color: #6E7FEB;
}
</style>
background-color css
<style>
a { background-color: #6E7FEB; }
a { background-color: rgb(110,127,235); }
div.DivClassName
{
background-color: #6E7FEB;
}
.BgClassName
{
background-color: #6E7FEB;
}
</style>
border-color css
<style>
span { border-color: #6E7FEB; }
span { border-color: rgb(110,127,235); }
td.TdClassName
{
border-color: #6E7FEB;
}
.TagClassName
{
border-color: #6E7FEB;
}
</style>