Shades of Electric Blue #6EECFA
Tints of Electric Blue #6EECFA
RGB
CMYK
RGB Variations
Color information
#6EECFA (or 0x6EECFA) is known color: Electric Blue. HEX triplet: 6E, EC and FA. RGB value is (110,236,250). Sum of RGB (Red+Green+Blue) = 110+236+250=596 (78% of max value = 765). Red value is 110 (43.36% from 255 or 18.46% from 596); Green value is 236 (92.58% from 255 or 39.60% from 596); Blue value is 250 (98.05% from 255 or 41.95% from 596); Max value from RGB is 250 - color contains mainly: blue. Hex color #6EECFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EECFA is #911305. Grayscale: #C7C7C7. Windows color (decimal): -9507590 or 16444526. OLE color: 16444526.
HSL color Cylindrical-coordinate representation of color #6EECFA: hue angle of 186º degrees, saturation: 0.93, 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 #6EECFA is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 110 | 236 | 250 | - |
| CMYK | 0.56 | 0.06 | 0 | 0.02 |
| HSL | 186º | 0.93% | 0.71% | - |
| HSV(B) | 186º | 0.56% | 0.98% | - |
| XYZ | 53.68 | 70.21 | 101.16 | - |
| YUV | 199.92 | 156.26 | 63.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 236 | 250 | 0.56 | 0.06 | 0 | 0.02 | 186 | 0.93 | 0.71 |
| Hex | 6E | EC | FA | 38 | 6 | 0 | 2 | BA | 5D | 47 |
| Octal | 156 | 354 | 372 | 70 | 6 | 0 | 2 | 272 | 135 | 107 |
| Binary | 1101110 | 11101100 | 11111010 | 111000 | 110 | 0 | 10 | 10111010 | 1011101 | 1000111 |
Color Harmonies of #6EECFA
Complementary color
Monochromatic Colors of #6EECFA
Black with #6EECFA
Text Example
Text Example
White with #6EECFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EECFA; }
p { color: rgb(110,236,250); }
H1.HeaderClassName
{
color: #6EECFA;
}
.AnyTagClassName
{
color: #6EECFA;
}
</style>
background-color css
<style>
a { background-color: #6EECFA; }
a { background-color: rgb(110,236,250); }
div.DivClassName
{
background-color: #6EECFA;
}
.BgClassName
{
background-color: #6EECFA;
}
</style>
border-color css
<style>
span { border-color: #6EECFA; }
span { border-color: rgb(110,236,250); }
td.TdClassName
{
border-color: #6EECFA;
}
.TagClassName
{
border-color: #6EECFA;
}
</style>