Shades of Electric Blue #6EE7FF
Tints of Electric Blue #6EE7FF
RGB
CMYK
RGB Variations
Color information
#6EE7FF (or 0x6EE7FF) is known color: Electric Blue. HEX triplet: 6E, E7 and FF. RGB value is (110,231,255). Sum of RGB (Red+Green+Blue) = 110+231+255=596 (78% of max value = 765). Red value is 110 (43.36% from 255 or 18.46% from 596); Green value is 231 (90.62% from 255 or 38.76% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #6EE7FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EE7FF is #911800. Grayscale: #C5C5C5. Windows color (decimal): -9508865 or 16770926. OLE color: 16770926.
HSL color Cylindrical-coordinate representation of color #6EE7FF: hue angle of 189.93º 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 #6EE7FF is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 231 | 255 | - |
| CMYK | 0.57 | 0.09 | 0 | 0 |
| HSL | 189.93º | 1% | 0.72% | - |
| HSV(B) | 189.93º | 0.57% | 1% | - |
| XYZ | 53.06 | 67.69 | 104.88 | - |
| YUV | 197.56 | 160.41 | 65.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 231 | 255 | 0.57 | 0.09 | 0 | 0 | 189.93 | 1 | 0.72 |
| Hex | 6E | E7 | FF | 39 | 9 | 0 | 0 | BE | 64 | 48 |
| Octal | 156 | 347 | 377 | 71 | 11 | 0 | 0 | 276 | 144 | 110 |
| Binary | 1101110 | 11100111 | 11111111 | 111001 | 1001 | 0 | 0 | 10111110 | 1100100 | 1001000 |
Color Harmonies of #6EE7FF
Complementary color
Monochromatic Colors of #6EE7FF
Black with #6EE7FF
Text Example
Text Example
White with #6EE7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EE7FF; }
p { color: rgb(110,231,255); }
H1.HeaderClassName
{
color: #6EE7FF;
}
.AnyTagClassName
{
color: #6EE7FF;
}
</style>
background-color css
<style>
a { background-color: #6EE7FF; }
a { background-color: rgb(110,231,255); }
div.DivClassName
{
background-color: #6EE7FF;
}
.BgClassName
{
background-color: #6EE7FF;
}
</style>
border-color css
<style>
span { border-color: #6EE7FF; }
span { border-color: rgb(110,231,255); }
td.TdClassName
{
border-color: #6EE7FF;
}
.TagClassName
{
border-color: #6EE7FF;
}
</style>