Shades of Baby Blue #6DFFEC
Tints of Baby Blue #6DFFEC
RGB
CMYK
RGB Variations
Color information
#6DFFEC (or 0x6DFFEC) is known color: Baby Blue. HEX triplet: 6D, FF and EC. RGB value is (109,255,236). Sum of RGB (Red+Green+Blue) = 109+255+236=600 (79% of max value = 765). Red value is 109 (42.97% from 255 or 18.17% from 600); Green value is 255 (100% from 255 or 42.5% from 600); Blue value is 236 (92.58% from 255 or 39.33% from 600); Max value from RGB is 255 - color contains mainly: green. Hex color #6DFFEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DFFEC is #920013. Grayscale: #D1D1D1. Windows color (decimal): -9568276 or 15531885. OLE color: 15531885.
HSL color Cylindrical-coordinate representation of color #6DFFEC: hue angle of 172.19º 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 #6DFFEC is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 255 | 236 | - |
| CMYK | 0.57 | 0 | 0.07 | 0 |
| HSL | 172.19º | 1% | 0.71% | - |
| HSV(B) | 172.19º | 0.57% | 1% | - |
| XYZ | 57.21 | 80.83 | 91.94 | - |
| YUV | 209.18 | 143.13 | 56.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 255 | 236 | 0.57 | 0 | 0.07 | 0 | 172.19 | 1 | 0.71 |
| Hex | 6D | FF | EC | 39 | 0 | 7 | 0 | AC | 64 | 47 |
| Octal | 155 | 377 | 354 | 71 | 0 | 7 | 0 | 254 | 144 | 107 |
| Binary | 1101101 | 11111111 | 11101100 | 111001 | 0 | 111 | 0 | 10101100 | 1100100 | 1000111 |
Color Harmonies of #6DFFEC
Complementary color
Monochromatic Colors of #6DFFEC
Black with #6DFFEC
Text Example
Text Example
White with #6DFFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DFFEC; }
p { color: rgb(109,255,236); }
H1.HeaderClassName
{
color: #6DFFEC;
}
.AnyTagClassName
{
color: #6DFFEC;
}
</style>
background-color css
<style>
a { background-color: #6DFFEC; }
a { background-color: rgb(109,255,236); }
div.DivClassName
{
background-color: #6DFFEC;
}
.BgClassName
{
background-color: #6DFFEC;
}
</style>
border-color css
<style>
span { border-color: #6DFFEC; }
span { border-color: rgb(109,255,236); }
td.TdClassName
{
border-color: #6DFFEC;
}
.TagClassName
{
border-color: #6DFFEC;
}
</style>