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