Shades of Downy #6CDAC7
Tints of Downy #6CDAC7
RGB
CMYK
RGB Variations
Color information
#6CDAC7 (or 0x6CDAC7) is known color: Downy. HEX triplet: 6C, DA and C7. RGB value is (108,218,199). Sum of RGB (Red+Green+Blue) = 108+218+199=525 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.57% from 525); Green value is 218 (85.55% from 255 or 41.52% from 525); Blue value is 199 (78.12% from 255 or 37.90% from 525); Max value from RGB is 218 - color contains mainly: green. Hex color #6CDAC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDAC7 is #932538. Grayscale: #B6B6B6. Windows color (decimal): -9643321 or 13097580. OLE color: 13097580.
HSL color Cylindrical-coordinate representation of color #6CDAC7: hue angle of 169.64º 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 #6CDAC7 is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 108 | 218 | 199 | - |
| CMYK | 0.50 | 0 | 0.09 | 0.15 |
| HSL | 169.64º | 0.6% | 0.64% | - |
| HSV(B) | 169.64º | 0.5% | 0.85% | - |
| XYZ | 41.56 | 57.45 | 62.93 | - |
| YUV | 182.94 | 137.06 | 74.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 218 | 199 | 0.50 | 0 | 0.09 | 0.15 | 169.64 | 0.6 | 0.64 |
| Hex | 6C | DA | C7 | 32 | 0 | 9 | F | AA | 3C | 40 |
| Octal | 154 | 332 | 307 | 62 | 0 | 11 | 17 | 252 | 74 | 100 |
| Binary | 1101100 | 11011010 | 11000111 | 110010 | 0 | 1001 | 1111 | 10101010 | 111100 | 1000000 |
Color Harmonies of #6CDAC7
Complementary color
Monochromatic Colors of #6CDAC7
Black with #6CDAC7
Text Example
Text Example
White with #6CDAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDAC7; }
p { color: rgb(108,218,199); }
H1.HeaderClassName
{
color: #6CDAC7;
}
.AnyTagClassName
{
color: #6CDAC7;
}
</style>
background-color css
<style>
a { background-color: #6CDAC7; }
a { background-color: rgb(108,218,199); }
div.DivClassName
{
background-color: #6CDAC7;
}
.BgClassName
{
background-color: #6CDAC7;
}
</style>
border-color css
<style>
span { border-color: #6CDAC7; }
span { border-color: rgb(108,218,199); }
td.TdClassName
{
border-color: #6CDAC7;
}
.TagClassName
{
border-color: #6CDAC7;
}
</style>