Shades of Downy #6ADBCB
Tints of Downy #6ADBCB
RGB
CMYK
RGB Variations
Color information
#6ADBCB (or 0x6ADBCB) is known color: Downy. HEX triplet: 6A, DB and CB. RGB value is (106,219,203). Sum of RGB (Red+Green+Blue) = 106+219+203=528 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.08% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 219 - color contains mainly: green. Hex color #6ADBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADBCB is #952434. Grayscale: #B7B7B7. Windows color (decimal): -9774133 or 13359978. OLE color: 13359978.
HSL color Cylindrical-coordinate representation of color #6ADBCB: hue angle of 171.5º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ADBCB is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 219 | 203 | - |
| CMYK | 0.52 | 0 | 0.07 | 0.14 |
| HSL | 171.5º | 0.61% | 0.64% | - |
| HSV(B) | 171.5º | 0.52% | 0.86% | - |
| XYZ | 42.05 | 58.04 | 65.49 | - |
| YUV | 183.39 | 139.06 | 72.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 219 | 203 | 0.52 | 0 | 0.07 | 0.14 | 171.5 | 0.61 | 0.64 |
| Hex | 6A | DB | CB | 34 | 0 | 7 | E | AC | 3D | 40 |
| Octal | 152 | 333 | 313 | 64 | 0 | 7 | 16 | 254 | 75 | 100 |
| Binary | 1101010 | 11011011 | 11001011 | 110100 | 0 | 111 | 1110 | 10101100 | 111101 | 1000000 |
Color Harmonies of #6ADBCB
Complementary color
Monochromatic Colors of #6ADBCB
Black with #6ADBCB
Text Example
Text Example
White with #6ADBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADBCB; }
p { color: rgb(106,219,203); }
H1.HeaderClassName
{
color: #6ADBCB;
}
.AnyTagClassName
{
color: #6ADBCB;
}
</style>
background-color css
<style>
a { background-color: #6ADBCB; }
a { background-color: rgb(106,219,203); }
div.DivClassName
{
background-color: #6ADBCB;
}
.BgClassName
{
background-color: #6ADBCB;
}
</style>
border-color css
<style>
span { border-color: #6ADBCB; }
span { border-color: rgb(106,219,203); }
td.TdClassName
{
border-color: #6ADBCB;
}
.TagClassName
{
border-color: #6ADBCB;
}
</style>