Shades of Downy #6ACCBE
Tints of Downy #6ACCBE
RGB
CMYK
RGB Variations
Color information
#6ACCBE (or 0x6ACCBE) is known color: Downy. HEX triplet: 6A, CC and BE. RGB value is (106,204,190). Sum of RGB (Red+Green+Blue) = 106+204+190=500 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.2% from 500); Green value is 204 (80.08% from 255 or 40.8% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 204 - color contains mainly: green. Hex color #6ACCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACCBE is #953341. Grayscale: #ADADAD. Windows color (decimal): -9777986 or 12504170. OLE color: 12504170.
HSL color Cylindrical-coordinate representation of color #6ACCBE: hue angle of 171.43º 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 #6ACCBE is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 106 | 204 | 190 | - |
| CMYK | 0.48 | 0 | 0.07 | 0.2 |
| HSL | 171.43º | 0.49% | 0.61% | - |
| HSV(B) | 171.43º | 0.48% | 0.8% | - |
| XYZ | 36.83 | 49.97 | 56.42 | - |
| YUV | 173.1 | 137.53 | 80.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 204 | 190 | 0.48 | 0 | 0.07 | 0.2 | 171.43 | 0.49 | 0.61 |
| Hex | 6A | CC | BE | 30 | 0 | 7 | 14 | AB | 31 | 3D |
| Octal | 152 | 314 | 276 | 60 | 0 | 7 | 24 | 253 | 61 | 75 |
| Binary | 1101010 | 11001100 | 10111110 | 110000 | 0 | 111 | 10100 | 10101011 | 110001 | 111101 |
Color Harmonies of #6ACCBE
Complementary color
Monochromatic Colors of #6ACCBE
Black with #6ACCBE
Text Example
Text Example
White with #6ACCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACCBE; }
p { color: rgb(106,204,190); }
H1.HeaderClassName
{
color: #6ACCBE;
}
.AnyTagClassName
{
color: #6ACCBE;
}
</style>
background-color css
<style>
a { background-color: #6ACCBE; }
a { background-color: rgb(106,204,190); }
div.DivClassName
{
background-color: #6ACCBE;
}
.BgClassName
{
background-color: #6ACCBE;
}
</style>
border-color css
<style>
span { border-color: #6ACCBE; }
span { border-color: rgb(106,204,190); }
td.TdClassName
{
border-color: #6ACCBE;
}
.TagClassName
{
border-color: #6ACCBE;
}
</style>