Shades of Downy #6CCAC0
Tints of Downy #6CCAC0
RGB
CMYK
RGB Variations
Color information
#6CCAC0 (or 0x6CCAC0) is known color: Downy. HEX triplet: 6C, CA and C0. RGB value is (108,202,192). Sum of RGB (Red+Green+Blue) = 108+202+192=502 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.51% from 502); Green value is 202 (79.30% from 255 or 40.24% from 502); Blue value is 192 (75.39% from 255 or 38.25% from 502); Max value from RGB is 202 - color contains mainly: green. Hex color #6CCAC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCAC0 is #93353F. Grayscale: #ACACAC. Windows color (decimal): -9647424 or 12634732. OLE color: 12634732.
HSL color Cylindrical-coordinate representation of color #6CCAC0: hue angle of 173.62º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6CCAC0 is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 108 | 202 | 192 | - |
| CMYK | 0.47 | 0 | 0.05 | 0.21 |
| HSL | 173.62º | 0.47% | 0.61% | - |
| HSV(B) | 173.62º | 0.47% | 0.79% | - |
| XYZ | 36.82 | 49.23 | 57.43 | - |
| YUV | 172.75 | 138.86 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 202 | 192 | 0.47 | 0 | 0.05 | 0.21 | 173.62 | 0.47 | 0.61 |
| Hex | 6C | CA | C0 | 2F | 0 | 5 | 15 | AE | 2F | 3D |
| Octal | 154 | 312 | 300 | 57 | 0 | 5 | 25 | 256 | 57 | 75 |
| Binary | 1101100 | 11001010 | 11000000 | 101111 | 0 | 101 | 10101 | 10101110 | 101111 | 111101 |
Color Harmonies of #6CCAC0
Complementary color
Monochromatic Colors of #6CCAC0
Black with #6CCAC0
Text Example
Text Example
White with #6CCAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCAC0; }
p { color: rgb(108,202,192); }
H1.HeaderClassName
{
color: #6CCAC0;
}
.AnyTagClassName
{
color: #6CCAC0;
}
</style>
background-color css
<style>
a { background-color: #6CCAC0; }
a { background-color: rgb(108,202,192); }
div.DivClassName
{
background-color: #6CCAC0;
}
.BgClassName
{
background-color: #6CCAC0;
}
</style>
border-color css
<style>
span { border-color: #6CCAC0; }
span { border-color: rgb(108,202,192); }
td.TdClassName
{
border-color: #6CCAC0;
}
.TagClassName
{
border-color: #6CCAC0;
}
</style>