Shades of Downy #6DCDC4
Tints of Downy #6DCDC4
RGB
CMYK
RGB Variations
Color information
#6DCDC4 (or 0x6DCDC4) is known color: Downy. HEX triplet: 6D, CD and C4. RGB value is (109,205,196). Sum of RGB (Red+Green+Blue) = 109+205+196=510 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.37% from 510); Green value is 205 (80.47% from 255 or 40.20% from 510); Blue value is 196 (76.95% from 255 or 38.43% from 510); Max value from RGB is 205 - color contains mainly: green. Hex color #6DCDC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCDC4 is #92323B. Grayscale: #AFAFAF. Windows color (decimal): -9581116 or 12897645. OLE color: 12897645.
HSL color Cylindrical-coordinate representation of color #6DCDC4: hue angle of 174.38º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DCDC4 is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 205 | 196 | - |
| CMYK | 0.47 | 0 | 0.04 | 0.20 |
| HSL | 174.38º | 0.49% | 0.62% | - |
| HSV(B) | 174.38º | 0.47% | 0.8% | - |
| XYZ | 38.1 | 50.9 | 60.04 | - |
| YUV | 175.27 | 139.7 | 80.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 205 | 196 | 0.47 | 0 | 0.04 | 0.20 | 174.38 | 0.49 | 0.62 |
| Hex | 6D | CD | C4 | 2F | 0 | 4 | 14 | AE | 31 | 3E |
| Octal | 155 | 315 | 304 | 57 | 0 | 4 | 24 | 256 | 61 | 76 |
| Binary | 1101101 | 11001101 | 11000100 | 101111 | 0 | 100 | 10100 | 10101110 | 110001 | 111110 |
Color Harmonies of #6DCDC4
Complementary color
Monochromatic Colors of #6DCDC4
Black with #6DCDC4
Text Example
Text Example
White with #6DCDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCDC4; }
p { color: rgb(109,205,196); }
H1.HeaderClassName
{
color: #6DCDC4;
}
.AnyTagClassName
{
color: #6DCDC4;
}
</style>
background-color css
<style>
a { background-color: #6DCDC4; }
a { background-color: rgb(109,205,196); }
div.DivClassName
{
background-color: #6DCDC4;
}
.BgClassName
{
background-color: #6DCDC4;
}
</style>
border-color css
<style>
span { border-color: #6DCDC4; }
span { border-color: rgb(109,205,196); }
td.TdClassName
{
border-color: #6DCDC4;
}
.TagClassName
{
border-color: #6DCDC4;
}
</style>