Shades of Downy #6ADFC3
Tints of Downy #6ADFC3
RGB
CMYK
RGB Variations
Color information
#6ADFC3 (or 0x6ADFC3) is known color: Downy. HEX triplet: 6A, DF and C3. RGB value is (106,223,195). Sum of RGB (Red+Green+Blue) = 106+223+195=524 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.23% from 524); Green value is 223 (87.5% from 255 or 42.56% from 524); Blue value is 195 (76.56% from 255 or 37.21% from 524); Max value from RGB is 223 - color contains mainly: green. Hex color #6ADFC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADFC3 is #95203C. Grayscale: #B8B8B8. Windows color (decimal): -9773117 or 12836714. OLE color: 12836714.
HSL color Cylindrical-coordinate representation of color #6ADFC3: hue angle of 165.64º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ADFC3 is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 223 | 195 | - |
| CMYK | 0.52 | 0 | 0.13 | 0.13 |
| HSL | 165.64º | 0.65% | 0.65% | - |
| HSV(B) | 165.64º | 0.52% | 0.87% | - |
| XYZ | 42.18 | 59.78 | 60.95 | - |
| YUV | 184.83 | 133.74 | 71.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 223 | 195 | 0.52 | 0 | 0.13 | 0.13 | 165.64 | 0.65 | 0.65 |
| Hex | 6A | DF | C3 | 34 | 0 | D | D | A6 | 41 | 41 |
| Octal | 152 | 337 | 303 | 64 | 0 | 15 | 15 | 246 | 101 | 101 |
| Binary | 1101010 | 11011111 | 11000011 | 110100 | 0 | 1101 | 1101 | 10100110 | 1000001 | 1000001 |
Color Harmonies of #6ADFC3
Complementary color
Monochromatic Colors of #6ADFC3
Black with #6ADFC3
Text Example
Text Example
White with #6ADFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADFC3; }
p { color: rgb(106,223,195); }
H1.HeaderClassName
{
color: #6ADFC3;
}
.AnyTagClassName
{
color: #6ADFC3;
}
</style>
background-color css
<style>
a { background-color: #6ADFC3; }
a { background-color: rgb(106,223,195); }
div.DivClassName
{
background-color: #6ADFC3;
}
.BgClassName
{
background-color: #6ADFC3;
}
</style>
border-color css
<style>
span { border-color: #6ADFC3; }
span { border-color: rgb(106,223,195); }
td.TdClassName
{
border-color: #6ADFC3;
}
.TagClassName
{
border-color: #6ADFC3;
}
</style>