Shades of Electric Blue #6FEDFE
Tints of Electric Blue #6FEDFE
RGB
CMYK
RGB Variations
Color information
#6FEDFE (or 0x6FEDFE) is known color: Electric Blue. HEX triplet: 6F, ED and FE. RGB value is (111,237,254). Sum of RGB (Red+Green+Blue) = 111+237+254=602 (79% of max value = 765). Red value is 111 (43.75% from 255 or 18.44% from 602); Green value is 237 (92.97% from 255 or 39.37% from 602); Blue value is 254 (99.61% from 255 or 42.19% from 602); Max value from RGB is 254 - color contains mainly: blue. Hex color #6FEDFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FEDFE is #901201. Grayscale: #C9C9C9. Windows color (decimal): -9441794 or 16706927. OLE color: 16706927.
HSL color Cylindrical-coordinate representation of color #6FEDFE: hue angle of 187.13º 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 #6FEDFE is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 111 | 237 | 254 | - |
| CMYK | 0.56 | 0.07 | 0 | 0.00 |
| HSL | 187.13º | 0.99% | 0.72% | - |
| HSV(B) | 187.13º | 0.56% | 1% | - |
| XYZ | 54.73 | 71.1 | 104.61 | - |
| YUV | 201.26 | 157.76 | 63.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 237 | 254 | 0.56 | 0.07 | 0 | 0.00 | 187.13 | 0.99 | 0.72 |
| Hex | 6F | ED | FE | 38 | 7 | 0 | 0 | BB | 63 | 48 |
| Octal | 157 | 355 | 376 | 70 | 7 | 0 | 0 | 273 | 143 | 110 |
| Binary | 1101111 | 11101101 | 11111110 | 111000 | 111 | 0 | 0 | 10111011 | 1100011 | 1001000 |
Color Harmonies of #6FEDFE
Complementary color
Monochromatic Colors of #6FEDFE
Black with #6FEDFE
Text Example
Text Example
White with #6FEDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEDFE; }
p { color: rgb(111,237,254); }
H1.HeaderClassName
{
color: #6FEDFE;
}
.AnyTagClassName
{
color: #6FEDFE;
}
</style>
background-color css
<style>
a { background-color: #6FEDFE; }
a { background-color: rgb(111,237,254); }
div.DivClassName
{
background-color: #6FEDFE;
}
.BgClassName
{
background-color: #6FEDFE;
}
</style>
border-color css
<style>
span { border-color: #6FEDFE; }
span { border-color: rgb(111,237,254); }
td.TdClassName
{
border-color: #6FEDFE;
}
.TagClassName
{
border-color: #6FEDFE;
}
</style>