Shades of Downy #6CCDC6
Tints of Downy #6CCDC6
RGB
CMYK
RGB Variations
Color information
#6CCDC6 (or 0x6CCDC6) is known color: Downy. HEX triplet: 6C, CD and C6. RGB value is (108,205,198). Sum of RGB (Red+Green+Blue) = 108+205+198=511 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.14% from 511); Green value is 205 (80.47% from 255 or 40.12% from 511); Blue value is 198 (77.73% from 255 or 38.75% from 511); Max value from RGB is 205 - color contains mainly: green. Hex color #6CCDC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCDC6 is #933239. Grayscale: #AFAFAF. Windows color (decimal): -9646650 or 13028716. OLE color: 13028716.
HSL color Cylindrical-coordinate representation of color #6CCDC6: hue angle of 175.67º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6CCDC6 is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 205 | 198 | - |
| CMYK | 0.47 | 0 | 0.03 | 0.20 |
| HSL | 175.67º | 0.49% | 0.61% | - |
| HSV(B) | 175.67º | 0.47% | 0.8% | - |
| XYZ | 38.21 | 50.93 | 61.24 | - |
| YUV | 175.2 | 140.86 | 80.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 205 | 198 | 0.47 | 0 | 0.03 | 0.20 | 175.67 | 0.49 | 0.61 |
| Hex | 6C | CD | C6 | 2F | 0 | 3 | 14 | B0 | 31 | 3D |
| Octal | 154 | 315 | 306 | 57 | 0 | 3 | 24 | 260 | 61 | 75 |
| Binary | 1101100 | 11001101 | 11000110 | 101111 | 0 | 11 | 10100 | 10110000 | 110001 | 111101 |
Color Harmonies of #6CCDC6
Complementary color
Monochromatic Colors of #6CCDC6
Black with #6CCDC6
Text Example
Text Example
White with #6CCDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCDC6; }
p { color: rgb(108,205,198); }
H1.HeaderClassName
{
color: #6CCDC6;
}
.AnyTagClassName
{
color: #6CCDC6;
}
</style>
background-color css
<style>
a { background-color: #6CCDC6; }
a { background-color: rgb(108,205,198); }
div.DivClassName
{
background-color: #6CCDC6;
}
.BgClassName
{
background-color: #6CCDC6;
}
</style>
border-color css
<style>
span { border-color: #6CCDC6; }
span { border-color: rgb(108,205,198); }
td.TdClassName
{
border-color: #6CCDC6;
}
.TagClassName
{
border-color: #6CCDC6;
}
</style>