Shades of Downy #6ADFCF
Tints of Downy #6ADFCF
RGB
CMYK
RGB Variations
Color information
#6ADFCF (or 0x6ADFCF) is known color: Downy. HEX triplet: 6A, DF and CF. RGB value is (106,223,207). Sum of RGB (Red+Green+Blue) = 106+223+207=536 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.78% from 536); Green value is 223 (87.5% from 255 or 41.60% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 223 - color contains mainly: green. Hex color #6ADFCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADFCF is #952030. Grayscale: #BABABA. Windows color (decimal): -9773105 or 13623146. OLE color: 13623146.
HSL color Cylindrical-coordinate representation of color #6ADFCF: hue angle of 171.79º 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 #6ADFCF is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 223 | 207 | - |
| CMYK | 0.52 | 0 | 0.07 | 0.13 |
| HSL | 171.79º | 0.65% | 0.65% | - |
| HSV(B) | 171.79º | 0.52% | 0.87% | - |
| XYZ | 43.59 | 60.34 | 68.38 | - |
| YUV | 186.19 | 139.74 | 70.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 223 | 207 | 0.52 | 0 | 0.07 | 0.13 | 171.79 | 0.65 | 0.65 |
| Hex | 6A | DF | CF | 34 | 0 | 7 | D | AC | 41 | 41 |
| Octal | 152 | 337 | 317 | 64 | 0 | 7 | 15 | 254 | 101 | 101 |
| Binary | 1101010 | 11011111 | 11001111 | 110100 | 0 | 111 | 1101 | 10101100 | 1000001 | 1000001 |
Color Harmonies of #6ADFCF
Complementary color
Monochromatic Colors of #6ADFCF
Black with #6ADFCF
Text Example
Text Example
White with #6ADFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADFCF; }
p { color: rgb(106,223,207); }
H1.HeaderClassName
{
color: #6ADFCF;
}
.AnyTagClassName
{
color: #6ADFCF;
}
</style>
background-color css
<style>
a { background-color: #6ADFCF; }
a { background-color: rgb(106,223,207); }
div.DivClassName
{
background-color: #6ADFCF;
}
.BgClassName
{
background-color: #6ADFCF;
}
</style>
border-color css
<style>
span { border-color: #6ADFCF; }
span { border-color: rgb(106,223,207); }
td.TdClassName
{
border-color: #6ADFCF;
}
.TagClassName
{
border-color: #6ADFCF;
}
</style>