Shades of Downy #6CDAC9
Tints of Downy #6CDAC9
RGB
CMYK
RGB Variations
Color information
#6CDAC9 (or 0x6CDAC9) is known color: Downy. HEX triplet: 6C, DA and C9. RGB value is (108,218,201). Sum of RGB (Red+Green+Blue) = 108+218+201=527 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.49% from 527); Green value is 218 (85.55% from 255 or 41.37% from 527); Blue value is 201 (78.91% from 255 or 38.14% from 527); Max value from RGB is 218 - color contains mainly: green. Hex color #6CDAC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDAC9 is #932536. Grayscale: #B7B7B7. Windows color (decimal): -9643319 or 13228652. OLE color: 13228652.
HSL color Cylindrical-coordinate representation of color #6CDAC9: hue angle of 170.73º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6CDAC9 is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 108 | 218 | 201 | - |
| CMYK | 0.50 | 0 | 0.08 | 0.15 |
| HSL | 170.73º | 0.6% | 0.64% | - |
| HSV(B) | 170.73º | 0.5% | 0.85% | - |
| XYZ | 41.8 | 57.55 | 64.16 | - |
| YUV | 183.17 | 138.06 | 74.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 218 | 201 | 0.50 | 0 | 0.08 | 0.15 | 170.73 | 0.6 | 0.64 |
| Hex | 6C | DA | C9 | 32 | 0 | 8 | F | AB | 3C | 40 |
| Octal | 154 | 332 | 311 | 62 | 0 | 10 | 17 | 253 | 74 | 100 |
| Binary | 1101100 | 11011010 | 11001001 | 110010 | 0 | 1000 | 1111 | 10101011 | 111100 | 1000000 |
Color Harmonies of #6CDAC9
Complementary color
Monochromatic Colors of #6CDAC9
Black with #6CDAC9
Text Example
Text Example
White with #6CDAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDAC9; }
p { color: rgb(108,218,201); }
H1.HeaderClassName
{
color: #6CDAC9;
}
.AnyTagClassName
{
color: #6CDAC9;
}
</style>
background-color css
<style>
a { background-color: #6CDAC9; }
a { background-color: rgb(108,218,201); }
div.DivClassName
{
background-color: #6CDAC9;
}
.BgClassName
{
background-color: #6CDAC9;
}
</style>
border-color css
<style>
span { border-color: #6CDAC9; }
span { border-color: rgb(108,218,201); }
td.TdClassName
{
border-color: #6CDAC9;
}
.TagClassName
{
border-color: #6CDAC9;
}
</style>