Shades of Electric Blue #6FF0FF
Tints of Electric Blue #6FF0FF
RGB
CMYK
RGB Variations
Color information
#6FF0FF (or 0x6FF0FF) is known color: Electric Blue. HEX triplet: 6F, F0 and FF. RGB value is (111,240,255). Sum of RGB (Red+Green+Blue) = 111+240+255=606 (80% of max value = 765). Red value is 111 (43.75% from 255 or 18.32% from 606); Green value is 240 (94.14% from 255 or 39.60% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #6FF0FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FF0FF is #900F00. Grayscale: #CACACA. Windows color (decimal): -9441025 or 16773231. OLE color: 16773231.
HSL color Cylindrical-coordinate representation of color #6FF0FF: hue angle of 186.25º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FF0FF is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 240 | 255 | - |
| CMYK | 0.56 | 0.06 | 0 | 0 |
| HSL | 186.25º | 1% | 0.72% | - |
| HSV(B) | 186.25º | 0.56% | 1% | - |
| XYZ | 55.77 | 72.92 | 105.74 | - |
| YUV | 203.14 | 157.26 | 62.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 240 | 255 | 0.56 | 0.06 | 0 | 0 | 186.25 | 1 | 0.72 |
| Hex | 6F | F0 | FF | 38 | 6 | 0 | 0 | BA | 64 | 48 |
| Octal | 157 | 360 | 377 | 70 | 6 | 0 | 0 | 272 | 144 | 110 |
| Binary | 1101111 | 11110000 | 11111111 | 111000 | 110 | 0 | 0 | 10111010 | 1100100 | 1001000 |
Color Harmonies of #6FF0FF
Complementary color
Monochromatic Colors of #6FF0FF
Black with #6FF0FF
Text Example
Text Example
White with #6FF0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FF0FF; }
p { color: rgb(111,240,255); }
H1.HeaderClassName
{
color: #6FF0FF;
}
.AnyTagClassName
{
color: #6FF0FF;
}
</style>
background-color css
<style>
a { background-color: #6FF0FF; }
a { background-color: rgb(111,240,255); }
div.DivClassName
{
background-color: #6FF0FF;
}
.BgClassName
{
background-color: #6FF0FF;
}
</style>
border-color css
<style>
span { border-color: #6FF0FF; }
span { border-color: rgb(111,240,255); }
td.TdClassName
{
border-color: #6FF0FF;
}
.TagClassName
{
border-color: #6FF0FF;
}
</style>