Shades of Downy #6ADFBE
Tints of Downy #6ADFBE
RGB
CMYK
RGB Variations
Color information
#6ADFBE (or 0x6ADFBE) is known color: Downy. HEX triplet: 6A, DF and BE. RGB value is (106,223,190). Sum of RGB (Red+Green+Blue) = 106+223+190=519 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.42% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 223 - color contains mainly: green. Hex color #6ADFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADFBE is #952041. Grayscale: #B8B8B8. Windows color (decimal): -9773122 or 12509034. OLE color: 12509034.
HSL color Cylindrical-coordinate representation of color #6ADFBE: hue angle of 163.08º 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 #6ADFBE is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 223 | 190 | - |
| CMYK | 0.52 | 0 | 0.15 | 0.13 |
| HSL | 163.08º | 0.65% | 0.65% | - |
| HSV(B) | 163.08º | 0.52% | 0.87% | - |
| XYZ | 41.63 | 59.56 | 58.02 | - |
| YUV | 184.26 | 131.24 | 72.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 223 | 190 | 0.52 | 0 | 0.15 | 0.13 | 163.08 | 0.65 | 0.65 |
| Hex | 6A | DF | BE | 34 | 0 | F | D | A3 | 41 | 41 |
| Octal | 152 | 337 | 276 | 64 | 0 | 17 | 15 | 243 | 101 | 101 |
| Binary | 1101010 | 11011111 | 10111110 | 110100 | 0 | 1111 | 1101 | 10100011 | 1000001 | 1000001 |
Color Harmonies of #6ADFBE
Complementary color
Monochromatic Colors of #6ADFBE
Black with #6ADFBE
Text Example
Text Example
White with #6ADFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADFBE; }
p { color: rgb(106,223,190); }
H1.HeaderClassName
{
color: #6ADFBE;
}
.AnyTagClassName
{
color: #6ADFBE;
}
</style>
background-color css
<style>
a { background-color: #6ADFBE; }
a { background-color: rgb(106,223,190); }
div.DivClassName
{
background-color: #6ADFBE;
}
.BgClassName
{
background-color: #6ADFBE;
}
</style>
border-color css
<style>
span { border-color: #6ADFBE; }
span { border-color: rgb(106,223,190); }
td.TdClassName
{
border-color: #6ADFBE;
}
.TagClassName
{
border-color: #6ADFBE;
}
</style>