Shades of Downy #6ADFCA
Tints of Downy #6ADFCA
RGB
CMYK
RGB Variations
Color information
#6ADFCA (or 0x6ADFCA) is known color: Downy. HEX triplet: 6A, DF and CA. RGB value is (106,223,202). Sum of RGB (Red+Green+Blue) = 106+223+202=531 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.96% from 531); Green value is 223 (87.5% from 255 or 42.00% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 223 - color contains mainly: green. Hex color #6ADFCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADFCA is #952035. Grayscale: #B9B9B9. Windows color (decimal): -9773110 or 13295466. OLE color: 13295466.
HSL color Cylindrical-coordinate representation of color #6ADFCA: hue angle of 169.23º 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 #6ADFCA is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 223 | 202 | - |
| CMYK | 0.52 | 0 | 0.09 | 0.13 |
| HSL | 169.23º | 0.65% | 0.65% | - |
| HSV(B) | 169.23º | 0.52% | 0.87% | - |
| XYZ | 42.99 | 60.1 | 65.21 | - |
| YUV | 185.62 | 137.24 | 71.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 223 | 202 | 0.52 | 0 | 0.09 | 0.13 | 169.23 | 0.65 | 0.65 |
| Hex | 6A | DF | CA | 34 | 0 | 9 | D | A9 | 41 | 41 |
| Octal | 152 | 337 | 312 | 64 | 0 | 11 | 15 | 251 | 101 | 101 |
| Binary | 1101010 | 11011111 | 11001010 | 110100 | 0 | 1001 | 1101 | 10101001 | 1000001 | 1000001 |
Color Harmonies of #6ADFCA
Complementary color
Monochromatic Colors of #6ADFCA
Black with #6ADFCA
Text Example
Text Example
White with #6ADFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADFCA; }
p { color: rgb(106,223,202); }
H1.HeaderClassName
{
color: #6ADFCA;
}
.AnyTagClassName
{
color: #6ADFCA;
}
</style>
background-color css
<style>
a { background-color: #6ADFCA; }
a { background-color: rgb(106,223,202); }
div.DivClassName
{
background-color: #6ADFCA;
}
.BgClassName
{
background-color: #6ADFCA;
}
</style>
border-color css
<style>
span { border-color: #6ADFCA; }
span { border-color: rgb(106,223,202); }
td.TdClassName
{
border-color: #6ADFCA;
}
.TagClassName
{
border-color: #6ADFCA;
}
</style>