Shades of Downy #6ACCBC
Tints of Downy #6ACCBC
RGB
CMYK
RGB Variations
Color information
#6ACCBC (or 0x6ACCBC) is known color: Downy. HEX triplet: 6A, CC and BC. RGB value is (106,204,188). Sum of RGB (Red+Green+Blue) = 106+204+188=498 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.29% from 498); Green value is 204 (80.08% from 255 or 40.96% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 204 - color contains mainly: green. Hex color #6ACCBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACCBC is #953343. Grayscale: #ACACAC. Windows color (decimal): -9777988 or 12373098. OLE color: 12373098.
HSL color Cylindrical-coordinate representation of color #6ACCBC: hue angle of 170.2º degrees, saturation: 0.49, 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 #6ACCBC is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 106 | 204 | 188 | - |
| CMYK | 0.48 | 0 | 0.08 | 0.2 |
| HSL | 170.2º | 0.49% | 0.61% | - |
| HSV(B) | 170.2º | 0.48% | 0.8% | - |
| XYZ | 36.61 | 49.88 | 55.28 | - |
| YUV | 172.87 | 136.53 | 80.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 204 | 188 | 0.48 | 0 | 0.08 | 0.2 | 170.2 | 0.49 | 0.61 |
| Hex | 6A | CC | BC | 30 | 0 | 8 | 14 | AA | 31 | 3D |
| Octal | 152 | 314 | 274 | 60 | 0 | 10 | 24 | 252 | 61 | 75 |
| Binary | 1101010 | 11001100 | 10111100 | 110000 | 0 | 1000 | 10100 | 10101010 | 110001 | 111101 |
Color Harmonies of #6ACCBC
Complementary color
Monochromatic Colors of #6ACCBC
Black with #6ACCBC
Text Example
Text Example
White with #6ACCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACCBC; }
p { color: rgb(106,204,188); }
H1.HeaderClassName
{
color: #6ACCBC;
}
.AnyTagClassName
{
color: #6ACCBC;
}
</style>
background-color css
<style>
a { background-color: #6ACCBC; }
a { background-color: rgb(106,204,188); }
div.DivClassName
{
background-color: #6ACCBC;
}
.BgClassName
{
background-color: #6ACCBC;
}
</style>
border-color css
<style>
span { border-color: #6ACCBC; }
span { border-color: rgb(106,204,188); }
td.TdClassName
{
border-color: #6ACCBC;
}
.TagClassName
{
border-color: #6ACCBC;
}
</style>