Shades of Downy #6ACBBC
Tints of Downy #6ACBBC
RGB
CMYK
RGB Variations
Color information
#6ACBBC (or 0x6ACBBC) is known color: Downy. HEX triplet: 6A, CB and BC. RGB value is (106,203,188). Sum of RGB (Red+Green+Blue) = 106+203+188=497 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.33% from 497); Green value is 203 (79.69% from 255 or 40.85% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 203 - color contains mainly: green. Hex color #6ACBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACBBC is #953443. Grayscale: #ACACAC. Windows color (decimal): -9778244 or 12372842. OLE color: 12372842.
HSL color Cylindrical-coordinate representation of color #6ACBBC: hue angle of 170.72º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ACBBC is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 106 | 203 | 188 | - |
| CMYK | 0.48 | 0 | 0.07 | 0.20 |
| HSL | 170.72º | 0.48% | 0.61% | - |
| HSV(B) | 170.72º | 0.48% | 0.8% | - |
| XYZ | 36.38 | 49.41 | 55.2 | - |
| YUV | 172.29 | 136.86 | 80.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 203 | 188 | 0.48 | 0 | 0.07 | 0.20 | 170.72 | 0.48 | 0.61 |
| Hex | 6A | CB | BC | 30 | 0 | 7 | 14 | AB | 30 | 3D |
| Octal | 152 | 313 | 274 | 60 | 0 | 7 | 24 | 253 | 60 | 75 |
| Binary | 1101010 | 11001011 | 10111100 | 110000 | 0 | 111 | 10100 | 10101011 | 110000 | 111101 |
Color Harmonies of #6ACBBC
Complementary color
Monochromatic Colors of #6ACBBC
Black with #6ACBBC
Text Example
Text Example
White with #6ACBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACBBC; }
p { color: rgb(106,203,188); }
H1.HeaderClassName
{
color: #6ACBBC;
}
.AnyTagClassName
{
color: #6ACBBC;
}
</style>
background-color css
<style>
a { background-color: #6ACBBC; }
a { background-color: rgb(106,203,188); }
div.DivClassName
{
background-color: #6ACBBC;
}
.BgClassName
{
background-color: #6ACBBC;
}
</style>
border-color css
<style>
span { border-color: #6ACBBC; }
span { border-color: rgb(106,203,188); }
td.TdClassName
{
border-color: #6ACBBC;
}
.TagClassName
{
border-color: #6ACBBC;
}
</style>