Shades of Electric Blue #6DECFD
Tints of Electric Blue #6DECFD
RGB
CMYK
RGB Variations
Color information
#6DECFD (or 0x6DECFD) is known color: Electric Blue. HEX triplet: 6D, EC and FD. RGB value is (109,236,253). Sum of RGB (Red+Green+Blue) = 109+236+253=598 (79% of max value = 765). Red value is 109 (42.97% from 255 or 18.23% from 598); Green value is 236 (92.58% from 255 or 39.46% from 598); Blue value is 253 (99.22% from 255 or 42.31% from 598); Max value from RGB is 253 - color contains mainly: blue. Hex color #6DECFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DECFD is #921302. Grayscale: #C7C7C7. Windows color (decimal): -9573123 or 16641133. OLE color: 16641133.
HSL color Cylindrical-coordinate representation of color #6DECFD: hue angle of 187.08º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DECFD is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 236 | 253 | - |
| CMYK | 0.57 | 0.07 | 0 | 0.01 |
| HSL | 187.08º | 0.97% | 0.71% | - |
| HSV(B) | 187.08º | 0.57% | 0.99% | - |
| XYZ | 54.03 | 70.33 | 103.66 | - |
| YUV | 199.97 | 157.92 | 63.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 236 | 253 | 0.57 | 0.07 | 0 | 0.01 | 187.08 | 0.97 | 0.71 |
| Hex | 6D | EC | FD | 39 | 7 | 0 | 1 | BB | 61 | 47 |
| Octal | 155 | 354 | 375 | 71 | 7 | 0 | 1 | 273 | 141 | 107 |
| Binary | 1101101 | 11101100 | 11111101 | 111001 | 111 | 0 | 1 | 10111011 | 1100001 | 1000111 |
Color Harmonies of #6DECFD
Complementary color
Monochromatic Colors of #6DECFD
Black with #6DECFD
Text Example
Text Example
White with #6DECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DECFD; }
p { color: rgb(109,236,253); }
H1.HeaderClassName
{
color: #6DECFD;
}
.AnyTagClassName
{
color: #6DECFD;
}
</style>
background-color css
<style>
a { background-color: #6DECFD; }
a { background-color: rgb(109,236,253); }
div.DivClassName
{
background-color: #6DECFD;
}
.BgClassName
{
background-color: #6DECFD;
}
</style>
border-color css
<style>
span { border-color: #6DECFD; }
span { border-color: rgb(109,236,253); }
td.TdClassName
{
border-color: #6DECFD;
}
.TagClassName
{
border-color: #6DECFD;
}
</style>