Shades of Downy #6ADFCC
Tints of Downy #6ADFCC
RGB
CMYK
RGB Variations
Color information
#6ADFCC (or 0x6ADFCC) is known color: Downy. HEX triplet: 6A, DF and CC. RGB value is (106,223,204). Sum of RGB (Red+Green+Blue) = 106+223+204=533 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.89% from 533); Green value is 223 (87.5% from 255 or 41.84% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 223 - color contains mainly: green. Hex color #6ADFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADFCC is #952033. Grayscale: #B9B9B9. Windows color (decimal): -9773108 or 13426538. OLE color: 13426538.
HSL color Cylindrical-coordinate representation of color #6ADFCC: hue angle of 170.26º 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 #6ADFCC is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 223 | 204 | - |
| CMYK | 0.52 | 0 | 0.09 | 0.13 |
| HSL | 170.26º | 0.65% | 0.65% | - |
| HSV(B) | 170.26º | 0.52% | 0.87% | - |
| XYZ | 43.23 | 60.2 | 66.47 | - |
| YUV | 185.85 | 138.24 | 71.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 223 | 204 | 0.52 | 0 | 0.09 | 0.13 | 170.26 | 0.65 | 0.65 |
| Hex | 6A | DF | CC | 34 | 0 | 9 | D | AA | 41 | 41 |
| Octal | 152 | 337 | 314 | 64 | 0 | 11 | 15 | 252 | 101 | 101 |
| Binary | 1101010 | 11011111 | 11001100 | 110100 | 0 | 1001 | 1101 | 10101010 | 1000001 | 1000001 |
Color Harmonies of #6ADFCC
Complementary color
Monochromatic Colors of #6ADFCC
Black with #6ADFCC
Text Example
Text Example
White with #6ADFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADFCC; }
p { color: rgb(106,223,204); }
H1.HeaderClassName
{
color: #6ADFCC;
}
.AnyTagClassName
{
color: #6ADFCC;
}
</style>
background-color css
<style>
a { background-color: #6ADFCC; }
a { background-color: rgb(106,223,204); }
div.DivClassName
{
background-color: #6ADFCC;
}
.BgClassName
{
background-color: #6ADFCC;
}
</style>
border-color css
<style>
span { border-color: #6ADFCC; }
span { border-color: rgb(106,223,204); }
td.TdClassName
{
border-color: #6ADFCC;
}
.TagClassName
{
border-color: #6ADFCC;
}
</style>