Shades of Downy #6CDAC1
Tints of Downy #6CDAC1
RGB
CMYK
RGB Variations
Color information
#6CDAC1 (or 0x6CDAC1) is known color: Downy. HEX triplet: 6C, DA and C1. RGB value is (108,218,193). Sum of RGB (Red+Green+Blue) = 108+218+193=519 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.81% from 519); Green value is 218 (85.55% from 255 or 42.00% from 519); Blue value is 193 (75.78% from 255 or 37.19% from 519); Max value from RGB is 218 - color contains mainly: green. Hex color #6CDAC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDAC1 is #93253E. Grayscale: #B6B6B6. Windows color (decimal): -9643327 or 12704364. OLE color: 12704364.
HSL color Cylindrical-coordinate representation of color #6CDAC1: hue angle of 166.36º 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 #6CDAC1 is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 108 | 218 | 193 | - |
| CMYK | 0.50 | 0 | 0.11 | 0.15 |
| HSL | 166.36º | 0.6% | 0.64% | - |
| HSV(B) | 166.36º | 0.5% | 0.85% | - |
| XYZ | 40.88 | 57.18 | 59.33 | - |
| YUV | 182.26 | 134.06 | 75.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 218 | 193 | 0.50 | 0 | 0.11 | 0.15 | 166.36 | 0.6 | 0.64 |
| Hex | 6C | DA | C1 | 32 | 0 | B | F | A6 | 3C | 40 |
| Octal | 154 | 332 | 301 | 62 | 0 | 13 | 17 | 246 | 74 | 100 |
| Binary | 1101100 | 11011010 | 11000001 | 110010 | 0 | 1011 | 1111 | 10100110 | 111100 | 1000000 |
Color Harmonies of #6CDAC1
Complementary color
Monochromatic Colors of #6CDAC1
Black with #6CDAC1
Text Example
Text Example
White with #6CDAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDAC1; }
p { color: rgb(108,218,193); }
H1.HeaderClassName
{
color: #6CDAC1;
}
.AnyTagClassName
{
color: #6CDAC1;
}
</style>
background-color css
<style>
a { background-color: #6CDAC1; }
a { background-color: rgb(108,218,193); }
div.DivClassName
{
background-color: #6CDAC1;
}
.BgClassName
{
background-color: #6CDAC1;
}
</style>
border-color css
<style>
span { border-color: #6CDAC1; }
span { border-color: rgb(108,218,193); }
td.TdClassName
{
border-color: #6CDAC1;
}
.TagClassName
{
border-color: #6CDAC1;
}
</style>