Shades of Baby Blue #6DF0EC
Tints of Baby Blue #6DF0EC
RGB
CMYK
RGB Variations
Color information
#6DF0EC (or 0x6DF0EC) is known color: Baby Blue. HEX triplet: 6D, F0 and EC. RGB value is (109,240,236). Sum of RGB (Red+Green+Blue) = 109+240+236=585 (77% of max value = 765). Red value is 109 (42.97% from 255 or 18.63% from 585); Green value is 240 (94.14% from 255 or 41.03% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 240 - color contains mainly: green. Hex color #6DF0EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DF0EC is #920F13. Grayscale: #C8C8C8. Windows color (decimal): -9572116 or 15528045. OLE color: 15528045.
HSL color Cylindrical-coordinate representation of color #6DF0EC: hue angle of 178.17º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DF0EC is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 109 | 240 | 236 | - |
| CMYK | 0.55 | 0 | 0.02 | 0.06 |
| HSL | 178.17º | 0.81% | 0.68% | - |
| HSV(B) | 178.17º | 0.55% | 0.94% | - |
| XYZ | 52.61 | 71.63 | 90.41 | - |
| YUV | 200.38 | 148.1 | 62.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 240 | 236 | 0.55 | 0 | 0.02 | 0.06 | 178.17 | 0.81 | 0.68 |
| Hex | 6D | F0 | EC | 37 | 0 | 2 | 6 | B2 | 51 | 44 |
| Octal | 155 | 360 | 354 | 67 | 0 | 2 | 6 | 262 | 121 | 104 |
| Binary | 1101101 | 11110000 | 11101100 | 110111 | 0 | 10 | 110 | 10110010 | 1010001 | 1000100 |
Color Harmonies of #6DF0EC
Complementary color
Monochromatic Colors of #6DF0EC
Black with #6DF0EC
Text Example
Text Example
White with #6DF0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DF0EC; }
p { color: rgb(109,240,236); }
H1.HeaderClassName
{
color: #6DF0EC;
}
.AnyTagClassName
{
color: #6DF0EC;
}
</style>
background-color css
<style>
a { background-color: #6DF0EC; }
a { background-color: rgb(109,240,236); }
div.DivClassName
{
background-color: #6DF0EC;
}
.BgClassName
{
background-color: #6DF0EC;
}
</style>
border-color css
<style>
span { border-color: #6DF0EC; }
span { border-color: rgb(109,240,236); }
td.TdClassName
{
border-color: #6DF0EC;
}
.TagClassName
{
border-color: #6DF0EC;
}
</style>