Shades of Downy #6DCCCB
Tints of Downy #6DCCCB
RGB
CMYK
RGB Variations
Color information
#6DCCCB (or 0x6DCCCB) is known color: Downy. HEX triplet: 6D, CC and CB. RGB value is (109,204,203). Sum of RGB (Red+Green+Blue) = 109+204+203=516 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.12% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 204 - color contains mainly: green. Hex color #6DCCCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCCCB is #923334. Grayscale: #AFAFAF. Windows color (decimal): -9581365 or 13356141. OLE color: 13356141.
HSL color Cylindrical-coordinate representation of color #6DCCCB: hue angle of 179.37º 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 #6DCCCB is Cyan = 0.47, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 109 | 204 | 203 | - |
| CMYK | 0.47 | 0 | 0.00 | 0.2 |
| HSL | 179.37º | 0.48% | 0.61% | - |
| HSV(B) | 179.37º | 0.47% | 0.8% | - |
| XYZ | 38.68 | 50.75 | 64.26 | - |
| YUV | 175.48 | 143.53 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 204 | 203 | 0.47 | 0 | 0.00 | 0.2 | 179.37 | 0.48 | 0.61 |
| Hex | 6D | CC | CB | 2F | 0 | 0 | 14 | B3 | 30 | 3D |
| Octal | 155 | 314 | 313 | 57 | 0 | 0 | 24 | 263 | 60 | 75 |
| Binary | 1101101 | 11001100 | 11001011 | 101111 | 0 | 0 | 10100 | 10110011 | 110000 | 111101 |
Color Harmonies of #6DCCCB
Complementary color
Monochromatic Colors of #6DCCCB
Black with #6DCCCB
Text Example
Text Example
White with #6DCCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCCCB; }
p { color: rgb(109,204,203); }
H1.HeaderClassName
{
color: #6DCCCB;
}
.AnyTagClassName
{
color: #6DCCCB;
}
</style>
background-color css
<style>
a { background-color: #6DCCCB; }
a { background-color: rgb(109,204,203); }
div.DivClassName
{
background-color: #6DCCCB;
}
.BgClassName
{
background-color: #6DCCCB;
}
</style>
border-color css
<style>
span { border-color: #6DCCCB; }
span { border-color: rgb(109,204,203); }
td.TdClassName
{
border-color: #6DCCCB;
}
.TagClassName
{
border-color: #6DCCCB;
}
</style>