Shades of Cornflower Blue #6E95FF
Tints of Cornflower Blue #6E95FF
RGB
CMYK
RGB Variations
Color information
#6E95FF (or 0x6E95FF) is known color: Cornflower Blue. HEX triplet: 6E, 95 and FF. RGB value is (110,149,255). Sum of RGB (Red+Green+Blue) = 110+149+255=514 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.40% from 514); Green value is 149 (58.59% from 255 or 28.99% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #6E95FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E95FF is #916A00. Grayscale: #949494. Windows color (decimal): -9529857 or 16749934. OLE color: 16749934.
HSL color Cylindrical-coordinate representation of color #6E95FF: hue angle of 223.86º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6E95FF is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 149 | 255 | - |
| CMYK | 0.57 | 0.42 | 0 | 0 |
| HSL | 223.86º | 1% | 0.72% | - |
| HSV(B) | 223.86º | 0.57% | 1% | - |
| XYZ | 35.23 | 32.03 | 98.93 | - |
| YUV | 149.42 | 187.58 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 149 | 255 | 0.57 | 0.42 | 0 | 0 | 223.86 | 1 | 0.72 |
| Hex | 6E | 95 | FF | 39 | 2A | 0 | 0 | E0 | 64 | 48 |
| Octal | 156 | 225 | 377 | 71 | 52 | 0 | 0 | 340 | 144 | 110 |
| Binary | 1101110 | 10010101 | 11111111 | 111001 | 101010 | 0 | 0 | 11100000 | 1100100 | 1001000 |
Color Harmonies of #6E95FF
Complementary color
Monochromatic Colors of #6E95FF
Black with #6E95FF
Text Example
Text Example
White with #6E95FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E95FF; }
p { color: rgb(110,149,255); }
H1.HeaderClassName
{
color: #6E95FF;
}
.AnyTagClassName
{
color: #6E95FF;
}
</style>
background-color css
<style>
a { background-color: #6E95FF; }
a { background-color: rgb(110,149,255); }
div.DivClassName
{
background-color: #6E95FF;
}
.BgClassName
{
background-color: #6E95FF;
}
</style>
border-color css
<style>
span { border-color: #6E95FF; }
span { border-color: rgb(110,149,255); }
td.TdClassName
{
border-color: #6E95FF;
}
.TagClassName
{
border-color: #6E95FF;
}
</style>