Shades of Downy #6ACCCD
Tints of Downy #6ACCCD
RGB
CMYK
RGB Variations
Color information
#6ACCCD (or 0x6ACCCD) is known color: Downy. HEX triplet: 6A, CC and CD. RGB value is (106,204,205). Sum of RGB (Red+Green+Blue) = 106+204+205=515 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.58% from 515); Green value is 204 (80.08% from 255 or 39.61% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 205 - color contains mainly: blue. Hex color #6ACCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACCCD is #953332. Grayscale: #AEAEAE. Windows color (decimal): -9777971 or 13487210. OLE color: 13487210.
HSL color Cylindrical-coordinate representation of color #6ACCCD: hue angle of 180.61º degrees, saturation: 0.5, 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 #6ACCCD is Cyan = 0.48, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 106 | 204 | 205 | - |
| CMYK | 0.48 | 0.00 | 0 | 0.20 |
| HSL | 180.61º | 0.5% | 0.61% | - |
| HSV(B) | 180.61º | 0.48% | 0.8% | - |
| XYZ | 38.56 | 50.66 | 65.5 | - |
| YUV | 174.81 | 145.03 | 78.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 204 | 205 | 0.48 | 0.00 | 0 | 0.20 | 180.61 | 0.5 | 0.61 |
| Hex | 6A | CC | CD | 30 | 0 | 0 | 14 | B5 | 32 | 3D |
| Octal | 152 | 314 | 315 | 60 | 0 | 0 | 24 | 265 | 62 | 75 |
| Binary | 1101010 | 11001100 | 11001101 | 110000 | 0 | 0 | 10100 | 10110101 | 110010 | 111101 |
Color Harmonies of #6ACCCD
Complementary color
Monochromatic Colors of #6ACCCD
Black with #6ACCCD
Text Example
Text Example
White with #6ACCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACCCD; }
p { color: rgb(106,204,205); }
H1.HeaderClassName
{
color: #6ACCCD;
}
.AnyTagClassName
{
color: #6ACCCD;
}
</style>
background-color css
<style>
a { background-color: #6ACCCD; }
a { background-color: rgb(106,204,205); }
div.DivClassName
{
background-color: #6ACCCD;
}
.BgClassName
{
background-color: #6ACCCD;
}
</style>
border-color css
<style>
span { border-color: #6ACCCD; }
span { border-color: rgb(106,204,205); }
td.TdClassName
{
border-color: #6ACCCD;
}
.TagClassName
{
border-color: #6ACCCD;
}
</style>