Shades of Baby Blue #6CF6EC
Tints of Baby Blue #6CF6EC
RGB
CMYK
RGB Variations
Color information
#6CF6EC (or 0x6CF6EC) is known color: Baby Blue. HEX triplet: 6C, F6 and EC. RGB value is (108,246,236). Sum of RGB (Red+Green+Blue) = 108+246+236=590 (78% of max value = 765). Red value is 108 (42.58% from 255 or 18.31% from 590); Green value is 246 (96.48% from 255 or 41.69% from 590); Blue value is 236 (92.58% from 255 or 40% from 590); Max value from RGB is 246 - color contains mainly: green. Hex color #6CF6EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CF6EC is #930913. Grayscale: #CBCBCB. Windows color (decimal): -9636116 or 15529580. OLE color: 15529580.
HSL color Cylindrical-coordinate representation of color #6CF6EC: hue angle of 175.65º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6CF6EC is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 108 | 246 | 236 | - |
| CMYK | 0.56 | 0 | 0.04 | 0.04 |
| HSL | 175.65º | 0.88% | 0.69% | - |
| HSV(B) | 175.65º | 0.56% | 0.96% | - |
| XYZ | 54.28 | 75.16 | 91 | - |
| YUV | 203.6 | 146.28 | 59.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 246 | 236 | 0.56 | 0 | 0.04 | 0.04 | 175.65 | 0.88 | 0.69 |
| Hex | 6C | F6 | EC | 38 | 0 | 4 | 4 | B0 | 58 | 45 |
| Octal | 154 | 366 | 354 | 70 | 0 | 4 | 4 | 260 | 130 | 105 |
| Binary | 1101100 | 11110110 | 11101100 | 111000 | 0 | 100 | 100 | 10110000 | 1011000 | 1000101 |
Color Harmonies of #6CF6EC
Complementary color
Monochromatic Colors of #6CF6EC
Black with #6CF6EC
Text Example
Text Example
White with #6CF6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF6EC; }
p { color: rgb(108,246,236); }
H1.HeaderClassName
{
color: #6CF6EC;
}
.AnyTagClassName
{
color: #6CF6EC;
}
</style>
background-color css
<style>
a { background-color: #6CF6EC; }
a { background-color: rgb(108,246,236); }
div.DivClassName
{
background-color: #6CF6EC;
}
.BgClassName
{
background-color: #6CF6EC;
}
</style>
border-color css
<style>
span { border-color: #6CF6EC; }
span { border-color: rgb(108,246,236); }
td.TdClassName
{
border-color: #6CF6EC;
}
.TagClassName
{
border-color: #6CF6EC;
}
</style>