Shades of Downy #6ACFBD
Tints of Downy #6ACFBD
RGB
CMYK
RGB Variations
Color information
#6ACFBD (or 0x6ACFBD) is known color: Downy. HEX triplet: 6A, CF and BD. RGB value is (106,207,189). Sum of RGB (Red+Green+Blue) = 106+207+189=502 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.12% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 189 (74.22% from 255 or 37.65% from 502); Max value from RGB is 207 - color contains mainly: green. Hex color #6ACFBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACFBD is #953042. Grayscale: #AEAEAE. Windows color (decimal): -9777219 or 12439402. OLE color: 12439402.
HSL color Cylindrical-coordinate representation of color #6ACFBD: hue angle of 169.31º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6ACFBD is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 106 | 207 | 189 | - |
| CMYK | 0.49 | 0 | 0.09 | 0.19 |
| HSL | 169.31º | 0.51% | 0.61% | - |
| HSV(B) | 169.31º | 0.49% | 0.81% | - |
| XYZ | 37.44 | 51.36 | 56.08 | - |
| YUV | 174.75 | 136.04 | 78.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 207 | 189 | 0.49 | 0 | 0.09 | 0.19 | 169.31 | 0.51 | 0.61 |
| Hex | 6A | CF | BD | 31 | 0 | 9 | 13 | A9 | 33 | 3D |
| Octal | 152 | 317 | 275 | 61 | 0 | 11 | 23 | 251 | 63 | 75 |
| Binary | 1101010 | 11001111 | 10111101 | 110001 | 0 | 1001 | 10011 | 10101001 | 110011 | 111101 |
Color Harmonies of #6ACFBD
Complementary color
Monochromatic Colors of #6ACFBD
Black with #6ACFBD
Text Example
Text Example
White with #6ACFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACFBD; }
p { color: rgb(106,207,189); }
H1.HeaderClassName
{
color: #6ACFBD;
}
.AnyTagClassName
{
color: #6ACFBD;
}
</style>
background-color css
<style>
a { background-color: #6ACFBD; }
a { background-color: rgb(106,207,189); }
div.DivClassName
{
background-color: #6ACFBD;
}
.BgClassName
{
background-color: #6ACFBD;
}
</style>
border-color css
<style>
span { border-color: #6ACFBD; }
span { border-color: rgb(106,207,189); }
td.TdClassName
{
border-color: #6ACFBD;
}
.TagClassName
{
border-color: #6ACFBD;
}
</style>