Shades of Downy #6AC9BD
Tints of Downy #6AC9BD
RGB
CMYK
RGB Variations
Color information
#6AC9BD (or 0x6AC9BD) is known color: Downy. HEX triplet: 6A, C9 and BD. RGB value is (106,201,189). Sum of RGB (Red+Green+Blue) = 106+201+189=496 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.37% from 496); Green value is 201 (78.91% from 255 or 40.52% from 496); Blue value is 189 (74.22% from 255 or 38.10% from 496); Max value from RGB is 201 - color contains mainly: green. Hex color #6AC9BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AC9BD is #953642. Grayscale: #ABABAB. Windows color (decimal): -9778755 or 12437866. OLE color: 12437866.
HSL color Cylindrical-coordinate representation of color #6AC9BD: hue angle of 172.42º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6AC9BD is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 106 | 201 | 189 | - |
| CMYK | 0.47 | 0 | 0.06 | 0.21 |
| HSL | 172.42º | 0.47% | 0.6% | - |
| HSV(B) | 172.42º | 0.47% | 0.79% | - |
| XYZ | 36.02 | 48.51 | 55.61 | - |
| YUV | 171.23 | 138.03 | 81.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 201 | 189 | 0.47 | 0 | 0.06 | 0.21 | 172.42 | 0.47 | 0.6 |
| Hex | 6A | C9 | BD | 2F | 0 | 6 | 15 | AC | 2F | 3C |
| Octal | 152 | 311 | 275 | 57 | 0 | 6 | 25 | 254 | 57 | 74 |
| Binary | 1101010 | 11001001 | 10111101 | 101111 | 0 | 110 | 10101 | 10101100 | 101111 | 111100 |
Color Harmonies of #6AC9BD
Complementary color
Monochromatic Colors of #6AC9BD
Black with #6AC9BD
Text Example
Text Example
White with #6AC9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC9BD; }
p { color: rgb(106,201,189); }
H1.HeaderClassName
{
color: #6AC9BD;
}
.AnyTagClassName
{
color: #6AC9BD;
}
</style>
background-color css
<style>
a { background-color: #6AC9BD; }
a { background-color: rgb(106,201,189); }
div.DivClassName
{
background-color: #6AC9BD;
}
.BgClassName
{
background-color: #6AC9BD;
}
</style>
border-color css
<style>
span { border-color: #6AC9BD; }
span { border-color: rgb(106,201,189); }
td.TdClassName
{
border-color: #6AC9BD;
}
.TagClassName
{
border-color: #6AC9BD;
}
</style>