Shades of Downy #6ADACB
Tints of Downy #6ADACB
RGB
CMYK
RGB Variations
Color information
#6ADACB (or 0x6ADACB) is known color: Downy. HEX triplet: 6A, DA and CB. RGB value is (106,218,203). Sum of RGB (Red+Green+Blue) = 106+218+203=527 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.11% from 527); Green value is 218 (85.55% from 255 or 41.37% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 218 - color contains mainly: green. Hex color #6ADACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADACB is #952534. Grayscale: #B6B6B6. Windows color (decimal): -9774389 or 13359722. OLE color: 13359722.
HSL color Cylindrical-coordinate representation of color #6ADACB: hue angle of 171.96º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6ADACB is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 106 | 218 | 203 | - |
| CMYK | 0.51 | 0 | 0.07 | 0.15 |
| HSL | 171.96º | 0.6% | 0.64% | - |
| HSV(B) | 171.96º | 0.51% | 0.85% | - |
| XYZ | 41.79 | 57.52 | 65.4 | - |
| YUV | 182.8 | 139.39 | 73.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 218 | 203 | 0.51 | 0 | 0.07 | 0.15 | 171.96 | 0.6 | 0.64 |
| Hex | 6A | DA | CB | 33 | 0 | 7 | F | AC | 3C | 40 |
| Octal | 152 | 332 | 313 | 63 | 0 | 7 | 17 | 254 | 74 | 100 |
| Binary | 1101010 | 11011010 | 11001011 | 110011 | 0 | 111 | 1111 | 10101100 | 111100 | 1000000 |
Color Harmonies of #6ADACB
Complementary color
Monochromatic Colors of #6ADACB
Black with #6ADACB
Text Example
Text Example
White with #6ADACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADACB; }
p { color: rgb(106,218,203); }
H1.HeaderClassName
{
color: #6ADACB;
}
.AnyTagClassName
{
color: #6ADACB;
}
</style>
background-color css
<style>
a { background-color: #6ADACB; }
a { background-color: rgb(106,218,203); }
div.DivClassName
{
background-color: #6ADACB;
}
.BgClassName
{
background-color: #6ADACB;
}
</style>
border-color css
<style>
span { border-color: #6ADACB; }
span { border-color: rgb(106,218,203); }
td.TdClassName
{
border-color: #6ADACB;
}
.TagClassName
{
border-color: #6ADACB;
}
</style>