Shades of Downy #6ADCCC
Tints of Downy #6ADCCC
RGB
CMYK
RGB Variations
Color information
#6ADCCC (or 0x6ADCCC) is known color: Downy. HEX triplet: 6A, DC and CC. RGB value is (106,220,204). Sum of RGB (Red+Green+Blue) = 106+220+204=530 (70% of max value = 765). Red value is 106 (41.80% from 255 or 20% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADCCC is #952333. Grayscale: #B8B8B8. Windows color (decimal): -9773876 or 13425770. OLE color: 13425770.
HSL color Cylindrical-coordinate representation of color #6ADCCC: hue angle of 171.58º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ADCCC is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 220 | 204 | - |
| CMYK | 0.52 | 0 | 0.07 | 0.14 |
| HSL | 171.58º | 0.62% | 0.64% | - |
| HSV(B) | 171.58º | 0.52% | 0.86% | - |
| XYZ | 42.44 | 58.61 | 66.2 | - |
| YUV | 184.09 | 139.23 | 72.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 220 | 204 | 0.52 | 0 | 0.07 | 0.14 | 171.58 | 0.62 | 0.64 |
| Hex | 6A | DC | CC | 34 | 0 | 7 | E | AC | 3E | 40 |
| Octal | 152 | 334 | 314 | 64 | 0 | 7 | 16 | 254 | 76 | 100 |
| Binary | 1101010 | 11011100 | 11001100 | 110100 | 0 | 111 | 1110 | 10101100 | 111110 | 1000000 |
Color Harmonies of #6ADCCC
Complementary color
Monochromatic Colors of #6ADCCC
Black with #6ADCCC
Text Example
Text Example
White with #6ADCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADCCC; }
p { color: rgb(106,220,204); }
H1.HeaderClassName
{
color: #6ADCCC;
}
.AnyTagClassName
{
color: #6ADCCC;
}
</style>
background-color css
<style>
a { background-color: #6ADCCC; }
a { background-color: rgb(106,220,204); }
div.DivClassName
{
background-color: #6ADCCC;
}
.BgClassName
{
background-color: #6ADCCC;
}
</style>
border-color css
<style>
span { border-color: #6ADCCC; }
span { border-color: rgb(106,220,204); }
td.TdClassName
{
border-color: #6ADCCC;
}
.TagClassName
{
border-color: #6ADCCC;
}
</style>