Shades of Downy #6DD0C4
Tints of Downy #6DD0C4
RGB
CMYK
RGB Variations
Color information
#6DD0C4 (or 0x6DD0C4) is known color: Downy. HEX triplet: 6D, D0 and C4. RGB value is (109,208,196). Sum of RGB (Red+Green+Blue) = 109+208+196=513 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.25% from 513); Green value is 208 (81.64% from 255 or 40.55% from 513); Blue value is 196 (76.95% from 255 or 38.21% from 513); Max value from RGB is 208 - color contains mainly: green. Hex color #6DD0C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD0C4 is #922F3B. Grayscale: #B0B0B0. Windows color (decimal): -9580348 or 12898413. OLE color: 12898413.
HSL color Cylindrical-coordinate representation of color #6DD0C4: hue angle of 172.73º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6DD0C4 is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 109 | 208 | 196 | - |
| CMYK | 0.48 | 0 | 0.06 | 0.18 |
| HSL | 172.73º | 0.51% | 0.62% | - |
| HSV(B) | 172.73º | 0.48% | 0.82% | - |
| XYZ | 38.83 | 52.35 | 60.28 | - |
| YUV | 177.03 | 138.7 | 79.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 208 | 196 | 0.48 | 0 | 0.06 | 0.18 | 172.73 | 0.51 | 0.62 |
| Hex | 6D | D0 | C4 | 30 | 0 | 6 | 12 | AD | 33 | 3E |
| Octal | 155 | 320 | 304 | 60 | 0 | 6 | 22 | 255 | 63 | 76 |
| Binary | 1101101 | 11010000 | 11000100 | 110000 | 0 | 110 | 10010 | 10101101 | 110011 | 111110 |
Color Harmonies of #6DD0C4
Complementary color
Monochromatic Colors of #6DD0C4
Black with #6DD0C4
Text Example
Text Example
White with #6DD0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD0C4; }
p { color: rgb(109,208,196); }
H1.HeaderClassName
{
color: #6DD0C4;
}
.AnyTagClassName
{
color: #6DD0C4;
}
</style>
background-color css
<style>
a { background-color: #6DD0C4; }
a { background-color: rgb(109,208,196); }
div.DivClassName
{
background-color: #6DD0C4;
}
.BgClassName
{
background-color: #6DD0C4;
}
</style>
border-color css
<style>
span { border-color: #6DD0C4; }
span { border-color: rgb(109,208,196); }
td.TdClassName
{
border-color: #6DD0C4;
}
.TagClassName
{
border-color: #6DD0C4;
}
</style>