Shades of Electric Blue #6FECFA
Tints of Electric Blue #6FECFA
RGB
CMYK
RGB Variations
Color information
#6FECFA (or 0x6FECFA) is known color: Electric Blue. HEX triplet: 6F, EC and FA. RGB value is (111,236,250). Sum of RGB (Red+Green+Blue) = 111+236+250=597 (79% of max value = 765). Red value is 111 (43.75% from 255 or 18.59% from 597); Green value is 236 (92.58% from 255 or 39.53% from 597); Blue value is 250 (98.05% from 255 or 41.88% from 597); Max value from RGB is 250 - color contains mainly: blue. Hex color #6FECFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FECFA is #901305. Grayscale: #C8C8C8. Windows color (decimal): -9442054 or 16444527. OLE color: 16444527.
HSL color Cylindrical-coordinate representation of color #6FECFA: hue angle of 186.04º 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 #6FECFA is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 236 | 250 | - |
| CMYK | 0.56 | 0.06 | 0 | 0.02 |
| HSL | 186.04º | 0.93% | 0.71% | - |
| HSV(B) | 186.04º | 0.56% | 0.98% | - |
| XYZ | 53.81 | 70.27 | 101.17 | - |
| YUV | 200.22 | 156.09 | 64.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 236 | 250 | 0.56 | 0.06 | 0 | 0.02 | 186.04 | 0.93 | 0.71 |
| Hex | 6F | EC | FA | 38 | 6 | 0 | 2 | BA | 5D | 47 |
| Octal | 157 | 354 | 372 | 70 | 6 | 0 | 2 | 272 | 135 | 107 |
| Binary | 1101111 | 11101100 | 11111010 | 111000 | 110 | 0 | 10 | 10111010 | 1011101 | 1000111 |
Color Harmonies of #6FECFA
Complementary color
Monochromatic Colors of #6FECFA
Black with #6FECFA
Text Example
Text Example
White with #6FECFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FECFA; }
p { color: rgb(111,236,250); }
H1.HeaderClassName
{
color: #6FECFA;
}
.AnyTagClassName
{
color: #6FECFA;
}
</style>
background-color css
<style>
a { background-color: #6FECFA; }
a { background-color: rgb(111,236,250); }
div.DivClassName
{
background-color: #6FECFA;
}
.BgClassName
{
background-color: #6FECFA;
}
</style>
border-color css
<style>
span { border-color: #6FECFA; }
span { border-color: rgb(111,236,250); }
td.TdClassName
{
border-color: #6FECFA;
}
.TagClassName
{
border-color: #6FECFA;
}
</style>