Shades of Downy #6DDFC4
Tints of Downy #6DDFC4
RGB
CMYK
RGB Variations
Color information
#6DDFC4 (or 0x6DDFC4) is known color: Downy. HEX triplet: 6D, DF and C4. RGB value is (109,223,196). Sum of RGB (Red+Green+Blue) = 109+223+196=528 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.64% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 196 (76.95% from 255 or 37.12% from 528); Max value from RGB is 223 - color contains mainly: green. Hex color #6DDFC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDFC4 is #92203B. Grayscale: #B9B9B9. Windows color (decimal): -9576508 or 12902253. OLE color: 12902253.
HSL color Cylindrical-coordinate representation of color #6DDFC4: hue angle of 165.79º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DDFC4 is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 223 | 196 | - |
| CMYK | 0.51 | 0 | 0.12 | 0.13 |
| HSL | 165.79º | 0.64% | 0.65% | - |
| HSV(B) | 165.79º | 0.51% | 0.87% | - |
| XYZ | 42.66 | 60.01 | 61.56 | - |
| YUV | 185.84 | 133.73 | 73.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 223 | 196 | 0.51 | 0 | 0.12 | 0.13 | 165.79 | 0.64 | 0.65 |
| Hex | 6D | DF | C4 | 33 | 0 | C | D | A6 | 40 | 41 |
| Octal | 155 | 337 | 304 | 63 | 0 | 14 | 15 | 246 | 100 | 101 |
| Binary | 1101101 | 11011111 | 11000100 | 110011 | 0 | 1100 | 1101 | 10100110 | 1000000 | 1000001 |
Color Harmonies of #6DDFC4
Complementary color
Monochromatic Colors of #6DDFC4
Black with #6DDFC4
Text Example
Text Example
White with #6DDFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDFC4; }
p { color: rgb(109,223,196); }
H1.HeaderClassName
{
color: #6DDFC4;
}
.AnyTagClassName
{
color: #6DDFC4;
}
</style>
background-color css
<style>
a { background-color: #6DDFC4; }
a { background-color: rgb(109,223,196); }
div.DivClassName
{
background-color: #6DDFC4;
}
.BgClassName
{
background-color: #6DDFC4;
}
</style>
border-color css
<style>
span { border-color: #6DDFC4; }
span { border-color: rgb(109,223,196); }
td.TdClassName
{
border-color: #6DDFC4;
}
.TagClassName
{
border-color: #6DDFC4;
}
</style>