Shades of Downy #6CCEC6
Tints of Downy #6CCEC6
RGB
CMYK
RGB Variations
Color information
#6CCEC6 (or 0x6CCEC6) is known color: Downy. HEX triplet: 6C, CE and C6. RGB value is (108,206,198). Sum of RGB (Red+Green+Blue) = 108+206+198=512 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.09% from 512); Green value is 206 (80.86% from 255 or 40.23% from 512); Blue value is 198 (77.73% from 255 or 38.67% from 512); Max value from RGB is 206 - color contains mainly: green. Hex color #6CCEC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCEC6 is #933139. Grayscale: #AFAFAF. Windows color (decimal): -9646394 or 13028972. OLE color: 13028972.
HSL color Cylindrical-coordinate representation of color #6CCEC6: hue angle of 175.1º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6CCEC6 is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 206 | 198 | - |
| CMYK | 0.48 | 0 | 0.04 | 0.19 |
| HSL | 175.1º | 0.5% | 0.62% | - |
| HSV(B) | 175.1º | 0.48% | 0.81% | - |
| XYZ | 38.45 | 51.41 | 61.32 | - |
| YUV | 175.79 | 140.53 | 79.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 206 | 198 | 0.48 | 0 | 0.04 | 0.19 | 175.1 | 0.5 | 0.62 |
| Hex | 6C | CE | C6 | 30 | 0 | 4 | 13 | AF | 32 | 3E |
| Octal | 154 | 316 | 306 | 60 | 0 | 4 | 23 | 257 | 62 | 76 |
| Binary | 1101100 | 11001110 | 11000110 | 110000 | 0 | 100 | 10011 | 10101111 | 110010 | 111110 |
Color Harmonies of #6CCEC6
Complementary color
Monochromatic Colors of #6CCEC6
Black with #6CCEC6
Text Example
Text Example
White with #6CCEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCEC6; }
p { color: rgb(108,206,198); }
H1.HeaderClassName
{
color: #6CCEC6;
}
.AnyTagClassName
{
color: #6CCEC6;
}
</style>
background-color css
<style>
a { background-color: #6CCEC6; }
a { background-color: rgb(108,206,198); }
div.DivClassName
{
background-color: #6CCEC6;
}
.BgClassName
{
background-color: #6CCEC6;
}
</style>
border-color css
<style>
span { border-color: #6CCEC6; }
span { border-color: rgb(108,206,198); }
td.TdClassName
{
border-color: #6CCEC6;
}
.TagClassName
{
border-color: #6CCEC6;
}
</style>