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