Shades of Downy #6CCAC2
Tints of Downy #6CCAC2
RGB
CMYK
RGB Variations
Color information
#6CCAC2 (or 0x6CCAC2) is known color: Downy. HEX triplet: 6C, CA and C2. RGB value is (108,202,194). Sum of RGB (Red+Green+Blue) = 108+202+194=504 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.43% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 194 (76.17% from 255 or 38.49% from 504); Max value from RGB is 202 - color contains mainly: green. Hex color #6CCAC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCAC2 is #93353D. Grayscale: #ACACAC. Windows color (decimal): -9647422 or 12765804. OLE color: 12765804.
HSL color Cylindrical-coordinate representation of color #6CCAC2: hue angle of 174.89º 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 #6CCAC2 is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 108 | 202 | 194 | - |
| CMYK | 0.47 | 0 | 0.04 | 0.21 |
| HSL | 174.89º | 0.47% | 0.61% | - |
| HSV(B) | 174.89º | 0.47% | 0.79% | - |
| XYZ | 37.04 | 49.32 | 58.61 | - |
| YUV | 172.98 | 139.86 | 81.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 202 | 194 | 0.47 | 0 | 0.04 | 0.21 | 174.89 | 0.47 | 0.61 |
| Hex | 6C | CA | C2 | 2F | 0 | 4 | 15 | AF | 2F | 3D |
| Octal | 154 | 312 | 302 | 57 | 0 | 4 | 25 | 257 | 57 | 75 |
| Binary | 1101100 | 11001010 | 11000010 | 101111 | 0 | 100 | 10101 | 10101111 | 101111 | 111101 |
Color Harmonies of #6CCAC2
Complementary color
Monochromatic Colors of #6CCAC2
Black with #6CCAC2
Text Example
Text Example
White with #6CCAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCAC2; }
p { color: rgb(108,202,194); }
H1.HeaderClassName
{
color: #6CCAC2;
}
.AnyTagClassName
{
color: #6CCAC2;
}
</style>
background-color css
<style>
a { background-color: #6CCAC2; }
a { background-color: rgb(108,202,194); }
div.DivClassName
{
background-color: #6CCAC2;
}
.BgClassName
{
background-color: #6CCAC2;
}
</style>
border-color css
<style>
span { border-color: #6CCAC2; }
span { border-color: rgb(108,202,194); }
td.TdClassName
{
border-color: #6CCAC2;
}
.TagClassName
{
border-color: #6CCAC2;
}
</style>