Shades of Electric Blue #6DECFF
Tints of Electric Blue #6DECFF
RGB
CMYK
RGB Variations
Color information
#6DECFF (or 0x6DECFF) is known color: Electric Blue. HEX triplet: 6D, EC and FF. RGB value is (109,236,255). Sum of RGB (Red+Green+Blue) = 109+236+255=600 (79% of max value = 765). Red value is 109 (42.97% from 255 or 18.17% from 600); Green value is 236 (92.58% from 255 or 39.33% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #6DECFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DECFF is #921300. Grayscale: #C7C7C7. Windows color (decimal): -9573121 or 16772205. OLE color: 16772205.
HSL color Cylindrical-coordinate representation of color #6DECFF: hue angle of 187.81º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DECFF is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 236 | 255 | - |
| CMYK | 0.57 | 0.07 | 0 | 0 |
| HSL | 187.81º | 1% | 0.71% | - |
| HSV(B) | 187.81º | 0.57% | 1% | - |
| XYZ | 54.35 | 70.46 | 105.34 | - |
| YUV | 200.19 | 158.92 | 62.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 236 | 255 | 0.57 | 0.07 | 0 | 0 | 187.81 | 1 | 0.71 |
| Hex | 6D | EC | FF | 39 | 7 | 0 | 0 | BC | 64 | 47 |
| Octal | 155 | 354 | 377 | 71 | 7 | 0 | 0 | 274 | 144 | 107 |
| Binary | 1101101 | 11101100 | 11111111 | 111001 | 111 | 0 | 0 | 10111100 | 1100100 | 1000111 |
Color Harmonies of #6DECFF
Complementary color
Monochromatic Colors of #6DECFF
Black with #6DECFF
Text Example
Text Example
White with #6DECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DECFF; }
p { color: rgb(109,236,255); }
H1.HeaderClassName
{
color: #6DECFF;
}
.AnyTagClassName
{
color: #6DECFF;
}
</style>
background-color css
<style>
a { background-color: #6DECFF; }
a { background-color: rgb(109,236,255); }
div.DivClassName
{
background-color: #6DECFF;
}
.BgClassName
{
background-color: #6DECFF;
}
</style>
border-color css
<style>
span { border-color: #6DECFF; }
span { border-color: rgb(109,236,255); }
td.TdClassName
{
border-color: #6DECFF;
}
.TagClassName
{
border-color: #6DECFF;
}
</style>