Shades of Downy #6CCACC
Tints of Downy #6CCACC
RGB
CMYK
RGB Variations
Color information
#6CCACC (or 0x6CCACC) is known color: Downy. HEX triplet: 6C, CA and CC. RGB value is (108,202,204). Sum of RGB (Red+Green+Blue) = 108+202+204=514 (68% of max value = 765). Red value is 108 (42.58% from 255 or 21.01% from 514); Green value is 202 (79.30% from 255 or 39.30% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 204 - color contains mainly: blue. Hex color #6CCACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCACC is #933533. Grayscale: #AEAEAE. Windows color (decimal): -9647412 or 13421164. OLE color: 13421164.
HSL color Cylindrical-coordinate representation of color #6CCACC: hue angle of 181.25º degrees, saturation: 0.48, 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 #6CCACC is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 108 | 202 | 204 | - |
| CMYK | 0.47 | 0.01 | 0 | 0.2 |
| HSL | 181.25º | 0.48% | 0.61% | - |
| HSV(B) | 181.25º | 0.47% | 0.8% | - |
| XYZ | 38.2 | 49.79 | 64.72 | - |
| YUV | 174.12 | 144.86 | 80.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 202 | 204 | 0.47 | 0.01 | 0 | 0.2 | 181.25 | 0.48 | 0.61 |
| Hex | 6C | CA | CC | 2F | 1 | 0 | 14 | B5 | 30 | 3D |
| Octal | 154 | 312 | 314 | 57 | 1 | 0 | 24 | 265 | 60 | 75 |
| Binary | 1101100 | 11001010 | 11001100 | 101111 | 1 | 0 | 10100 | 10110101 | 110000 | 111101 |
Color Harmonies of #6CCACC
Complementary color
Monochromatic Colors of #6CCACC
Black with #6CCACC
Text Example
Text Example
White with #6CCACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCACC; }
p { color: rgb(108,202,204); }
H1.HeaderClassName
{
color: #6CCACC;
}
.AnyTagClassName
{
color: #6CCACC;
}
</style>
background-color css
<style>
a { background-color: #6CCACC; }
a { background-color: rgb(108,202,204); }
div.DivClassName
{
background-color: #6CCACC;
}
.BgClassName
{
background-color: #6CCACC;
}
</style>
border-color css
<style>
span { border-color: #6CCACC; }
span { border-color: rgb(108,202,204); }
td.TdClassName
{
border-color: #6CCACC;
}
.TagClassName
{
border-color: #6CCACC;
}
</style>