Shades of Electric Blue #6EE6FF
Tints of Electric Blue #6EE6FF
RGB
CMYK
RGB Variations
Color information
#6EE6FF (or 0x6EE6FF) is known color: Electric Blue. HEX triplet: 6E, E6 and FF. RGB value is (110,230,255). Sum of RGB (Red+Green+Blue) = 110+230+255=595 (78% of max value = 765). Red value is 110 (43.36% from 255 or 18.49% from 595); Green value is 230 (90.23% from 255 or 38.66% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #6EE6FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EE6FF is #911900. Grayscale: #C4C4C4. Windows color (decimal): -9509121 or 16770670. OLE color: 16770670.
HSL color Cylindrical-coordinate representation of color #6EE6FF: hue angle of 190.34º 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 #6EE6FF is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 230 | 255 | - |
| CMYK | 0.57 | 0.10 | 0 | 0 |
| HSL | 190.34º | 1% | 0.72% | - |
| HSV(B) | 190.34º | 0.57% | 1% | - |
| XYZ | 52.78 | 67.13 | 104.78 | - |
| YUV | 196.97 | 160.74 | 65.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 230 | 255 | 0.57 | 0.10 | 0 | 0 | 190.34 | 1 | 0.72 |
| Hex | 6E | E6 | FF | 39 | A | 0 | 0 | BE | 64 | 48 |
| Octal | 156 | 346 | 377 | 71 | 12 | 0 | 0 | 276 | 144 | 110 |
| Binary | 1101110 | 11100110 | 11111111 | 111001 | 1010 | 0 | 0 | 10111110 | 1100100 | 1001000 |
Color Harmonies of #6EE6FF
Complementary color
Monochromatic Colors of #6EE6FF
Black with #6EE6FF
Text Example
Text Example
White with #6EE6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EE6FF; }
p { color: rgb(110,230,255); }
H1.HeaderClassName
{
color: #6EE6FF;
}
.AnyTagClassName
{
color: #6EE6FF;
}
</style>
background-color css
<style>
a { background-color: #6EE6FF; }
a { background-color: rgb(110,230,255); }
div.DivClassName
{
background-color: #6EE6FF;
}
.BgClassName
{
background-color: #6EE6FF;
}
</style>
border-color css
<style>
span { border-color: #6EE6FF; }
span { border-color: rgb(110,230,255); }
td.TdClassName
{
border-color: #6EE6FF;
}
.TagClassName
{
border-color: #6EE6FF;
}
</style>