Shades of Downy #6CCDB4
Tints of Downy #6CCDB4
RGB
CMYK
RGB Variations
Color information
#6CCDB4 (or 0x6CCDB4) is known color: Downy. HEX triplet: 6C, CD and B4. RGB value is (108,205,180). Sum of RGB (Red+Green+Blue) = 108+205+180=493 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.91% from 493); Green value is 205 (80.47% from 255 or 41.58% from 493); Blue value is 180 (70.70% from 255 or 36.51% from 493); Max value from RGB is 205 - color contains mainly: green. Hex color #6CCDB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCDB4 is #93324B. Grayscale: #ADADAD. Windows color (decimal): -9646668 or 11849068. OLE color: 11849068.
HSL color Cylindrical-coordinate representation of color #6CCDB4: hue angle of 164.54º degrees, saturation: 0.49, 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 #6CCDB4 is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 205 | 180 | - |
| CMYK | 0.47 | 0 | 0.12 | 0.20 |
| HSL | 164.54º | 0.49% | 0.61% | - |
| HSV(B) | 164.54º | 0.47% | 0.8% | - |
| XYZ | 36.25 | 50.15 | 50.95 | - |
| YUV | 173.15 | 131.86 | 81.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 205 | 180 | 0.47 | 0 | 0.12 | 0.20 | 164.54 | 0.49 | 0.61 |
| Hex | 6C | CD | B4 | 2F | 0 | C | 14 | A5 | 31 | 3D |
| Octal | 154 | 315 | 264 | 57 | 0 | 14 | 24 | 245 | 61 | 75 |
| Binary | 1101100 | 11001101 | 10110100 | 101111 | 0 | 1100 | 10100 | 10100101 | 110001 | 111101 |
Color Harmonies of #6CCDB4
Complementary color
Monochromatic Colors of #6CCDB4
Black with #6CCDB4
Text Example
Text Example
White with #6CCDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCDB4; }
p { color: rgb(108,205,180); }
H1.HeaderClassName
{
color: #6CCDB4;
}
.AnyTagClassName
{
color: #6CCDB4;
}
</style>
background-color css
<style>
a { background-color: #6CCDB4; }
a { background-color: rgb(108,205,180); }
div.DivClassName
{
background-color: #6CCDB4;
}
.BgClassName
{
background-color: #6CCDB4;
}
</style>
border-color css
<style>
span { border-color: #6CCDB4; }
span { border-color: rgb(108,205,180); }
td.TdClassName
{
border-color: #6CCDB4;
}
.TagClassName
{
border-color: #6CCDB4;
}
</style>