Shades of Downy #6CCAB4
Tints of Downy #6CCAB4
RGB
CMYK
RGB Variations
Color information
#6CCAB4 (or 0x6CCAB4) is known color: Downy. HEX triplet: 6C, CA and B4. RGB value is (108,202,180). Sum of RGB (Red+Green+Blue) = 108+202+180=490 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.04% from 490); Green value is 202 (79.30% from 255 or 41.22% from 490); Blue value is 180 (70.70% from 255 or 36.73% from 490); Max value from RGB is 202 - color contains mainly: green. Hex color #6CCAB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCAB4 is #93354B. Grayscale: #ABABAB. Windows color (decimal): -9647436 or 11848300. OLE color: 11848300.
HSL color Cylindrical-coordinate representation of color #6CCAB4: hue angle of 165.96º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6CCAB4 is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 108 | 202 | 180 | - |
| CMYK | 0.47 | 0 | 0.11 | 0.21 |
| HSL | 165.96º | 0.47% | 0.61% | - |
| HSV(B) | 165.96º | 0.47% | 0.79% | - |
| XYZ | 35.54 | 48.72 | 50.71 | - |
| YUV | 171.39 | 132.86 | 82.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 202 | 180 | 0.47 | 0 | 0.11 | 0.21 | 165.96 | 0.47 | 0.61 |
| Hex | 6C | CA | B4 | 2F | 0 | B | 15 | A6 | 2F | 3D |
| Octal | 154 | 312 | 264 | 57 | 0 | 13 | 25 | 246 | 57 | 75 |
| Binary | 1101100 | 11001010 | 10110100 | 101111 | 0 | 1011 | 10101 | 10100110 | 101111 | 111101 |
Color Harmonies of #6CCAB4
Complementary color
Monochromatic Colors of #6CCAB4
Black with #6CCAB4
Text Example
Text Example
White with #6CCAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCAB4; }
p { color: rgb(108,202,180); }
H1.HeaderClassName
{
color: #6CCAB4;
}
.AnyTagClassName
{
color: #6CCAB4;
}
</style>
background-color css
<style>
a { background-color: #6CCAB4; }
a { background-color: rgb(108,202,180); }
div.DivClassName
{
background-color: #6CCAB4;
}
.BgClassName
{
background-color: #6CCAB4;
}
</style>
border-color css
<style>
span { border-color: #6CCAB4; }
span { border-color: rgb(108,202,180); }
td.TdClassName
{
border-color: #6CCAB4;
}
.TagClassName
{
border-color: #6CCAB4;
}
</style>