Shades of Downy #6CCCB4
Tints of Downy #6CCCB4
RGB
CMYK
RGB Variations
Color information
#6CCCB4 (or 0x6CCCB4) is known color: Downy. HEX triplet: 6C, CC and B4. RGB value is (108,204,180). Sum of RGB (Red+Green+Blue) = 108+204+180=492 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.95% from 492); Green value is 204 (80.08% from 255 or 41.46% from 492); Blue value is 180 (70.70% from 255 or 36.59% from 492); Max value from RGB is 204 - color contains mainly: green. Hex color #6CCCB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCCB4 is #93334B. Grayscale: #ACACAC. Windows color (decimal): -9646924 or 11848812. OLE color: 11848812.
HSL color Cylindrical-coordinate representation of color #6CCCB4: hue angle of 165º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6CCCB4 is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 108 | 204 | 180 | - |
| CMYK | 0.47 | 0 | 0.12 | 0.2 |
| HSL | 165º | 0.48% | 0.61% | - |
| HSV(B) | 165º | 0.47% | 0.8% | - |
| XYZ | 36.02 | 49.67 | 50.87 | - |
| YUV | 172.56 | 132.2 | 81.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 204 | 180 | 0.47 | 0 | 0.12 | 0.2 | 165 | 0.48 | 0.61 |
| Hex | 6C | CC | B4 | 2F | 0 | C | 14 | A5 | 30 | 3D |
| Octal | 154 | 314 | 264 | 57 | 0 | 14 | 24 | 245 | 60 | 75 |
| Binary | 1101100 | 11001100 | 10110100 | 101111 | 0 | 1100 | 10100 | 10100101 | 110000 | 111101 |
Color Harmonies of #6CCCB4
Complementary color
Monochromatic Colors of #6CCCB4
Black with #6CCCB4
Text Example
Text Example
White with #6CCCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCCB4; }
p { color: rgb(108,204,180); }
H1.HeaderClassName
{
color: #6CCCB4;
}
.AnyTagClassName
{
color: #6CCCB4;
}
</style>
background-color css
<style>
a { background-color: #6CCCB4; }
a { background-color: rgb(108,204,180); }
div.DivClassName
{
background-color: #6CCCB4;
}
.BgClassName
{
background-color: #6CCCB4;
}
</style>
border-color css
<style>
span { border-color: #6CCCB4; }
span { border-color: rgb(108,204,180); }
td.TdClassName
{
border-color: #6CCCB4;
}
.TagClassName
{
border-color: #6CCCB4;
}
</style>