Shades of Electric Blue #6FECFE
Tints of Electric Blue #6FECFE
RGB
CMYK
RGB Variations
Color information
#6FECFE (or 0x6FECFE) is known color: Electric Blue. HEX triplet: 6F, EC and FE. RGB value is (111,236,254). Sum of RGB (Red+Green+Blue) = 111+236+254=601 (79% of max value = 765). Red value is 111 (43.75% from 255 or 18.47% from 601); Green value is 236 (92.58% from 255 or 39.27% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #6FECFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FECFE is #901301. Grayscale: #C8C8C8. Windows color (decimal): -9442050 or 16706671. OLE color: 16706671.
HSL color Cylindrical-coordinate representation of color #6FECFE: hue angle of 187.55º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FECFE is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 111 | 236 | 254 | - |
| CMYK | 0.56 | 0.07 | 0 | 0.00 |
| HSL | 187.55º | 0.99% | 0.72% | - |
| HSV(B) | 187.55º | 0.56% | 1% | - |
| XYZ | 54.44 | 70.53 | 104.51 | - |
| YUV | 200.68 | 158.09 | 64.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 236 | 254 | 0.56 | 0.07 | 0 | 0.00 | 187.55 | 0.99 | 0.72 |
| Hex | 6F | EC | FE | 38 | 7 | 0 | 0 | BC | 63 | 48 |
| Octal | 157 | 354 | 376 | 70 | 7 | 0 | 0 | 274 | 143 | 110 |
| Binary | 1101111 | 11101100 | 11111110 | 111000 | 111 | 0 | 0 | 10111100 | 1100011 | 1001000 |
Color Harmonies of #6FECFE
Complementary color
Monochromatic Colors of #6FECFE
Black with #6FECFE
Text Example
Text Example
White with #6FECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FECFE; }
p { color: rgb(111,236,254); }
H1.HeaderClassName
{
color: #6FECFE;
}
.AnyTagClassName
{
color: #6FECFE;
}
</style>
background-color css
<style>
a { background-color: #6FECFE; }
a { background-color: rgb(111,236,254); }
div.DivClassName
{
background-color: #6FECFE;
}
.BgClassName
{
background-color: #6FECFE;
}
</style>
border-color css
<style>
span { border-color: #6FECFE; }
span { border-color: rgb(111,236,254); }
td.TdClassName
{
border-color: #6FECFE;
}
.TagClassName
{
border-color: #6FECFE;
}
</style>