Shades of Downy #6ACCBF
Tints of Downy #6ACCBF
RGB
CMYK
RGB Variations
Color information
#6ACCBF (or 0x6ACCBF) is known color: Downy. HEX triplet: 6A, CC and BF. RGB value is (106,204,191). Sum of RGB (Red+Green+Blue) = 106+204+191=501 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.16% from 501); Green value is 204 (80.08% from 255 or 40.72% from 501); Blue value is 191 (75% from 255 or 38.12% from 501); Max value from RGB is 204 - color contains mainly: green. Hex color #6ACCBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACCBF is #953340. Grayscale: #ADADAD. Windows color (decimal): -9777985 or 12569706. OLE color: 12569706.
HSL color Cylindrical-coordinate representation of color #6ACCBF: hue angle of 172.04º 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 #6ACCBF is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 106 | 204 | 191 | - |
| CMYK | 0.48 | 0 | 0.06 | 0.2 |
| HSL | 172.04º | 0.49% | 0.61% | - |
| HSV(B) | 172.04º | 0.48% | 0.8% | - |
| XYZ | 36.94 | 50.01 | 57 | - |
| YUV | 173.22 | 138.03 | 80.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 204 | 191 | 0.48 | 0 | 0.06 | 0.2 | 172.04 | 0.49 | 0.61 |
| Hex | 6A | CC | BF | 30 | 0 | 6 | 14 | AC | 31 | 3D |
| Octal | 152 | 314 | 277 | 60 | 0 | 6 | 24 | 254 | 61 | 75 |
| Binary | 1101010 | 11001100 | 10111111 | 110000 | 0 | 110 | 10100 | 10101100 | 110001 | 111101 |
Color Harmonies of #6ACCBF
Complementary color
Monochromatic Colors of #6ACCBF
Black with #6ACCBF
Text Example
Text Example
White with #6ACCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACCBF; }
p { color: rgb(106,204,191); }
H1.HeaderClassName
{
color: #6ACCBF;
}
.AnyTagClassName
{
color: #6ACCBF;
}
</style>
background-color css
<style>
a { background-color: #6ACCBF; }
a { background-color: rgb(106,204,191); }
div.DivClassName
{
background-color: #6ACCBF;
}
.BgClassName
{
background-color: #6ACCBF;
}
</style>
border-color css
<style>
span { border-color: #6ACCBF; }
span { border-color: rgb(106,204,191); }
td.TdClassName
{
border-color: #6ACCBF;
}
.TagClassName
{
border-color: #6ACCBF;
}
</style>