Shades of Downy #6CCDB8
Tints of Downy #6CCDB8
RGB
CMYK
RGB Variations
Color information
#6CCDB8 (or 0x6CCDB8) is known color: Downy. HEX triplet: 6C, CD and B8. RGB value is (108,205,184). Sum of RGB (Red+Green+Blue) = 108+205+184=497 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.73% from 497); Green value is 205 (80.47% from 255 or 41.25% from 497); Blue value is 184 (72.27% from 255 or 37.02% from 497); Max value from RGB is 205 - color contains mainly: green. Hex color #6CCDB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCDB8 is #933247. Grayscale: #ADADAD. Windows color (decimal): -9646664 or 12111212. OLE color: 12111212.
HSL color Cylindrical-coordinate representation of color #6CCDB8: hue angle of 167.01º 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 #6CCDB8 is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 205 | 184 | - |
| CMYK | 0.47 | 0 | 0.10 | 0.20 |
| HSL | 167.01º | 0.49% | 0.61% | - |
| HSV(B) | 167.01º | 0.47% | 0.8% | - |
| XYZ | 36.67 | 50.31 | 53.13 | - |
| YUV | 173.6 | 133.86 | 81.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 205 | 184 | 0.47 | 0 | 0.10 | 0.20 | 167.01 | 0.49 | 0.61 |
| Hex | 6C | CD | B8 | 2F | 0 | A | 14 | A7 | 31 | 3D |
| Octal | 154 | 315 | 270 | 57 | 0 | 12 | 24 | 247 | 61 | 75 |
| Binary | 1101100 | 11001101 | 10111000 | 101111 | 0 | 1010 | 10100 | 10100111 | 110001 | 111101 |
Color Harmonies of #6CCDB8
Complementary color
Monochromatic Colors of #6CCDB8
Black with #6CCDB8
Text Example
Text Example
White with #6CCDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCDB8; }
p { color: rgb(108,205,184); }
H1.HeaderClassName
{
color: #6CCDB8;
}
.AnyTagClassName
{
color: #6CCDB8;
}
</style>
background-color css
<style>
a { background-color: #6CCDB8; }
a { background-color: rgb(108,205,184); }
div.DivClassName
{
background-color: #6CCDB8;
}
.BgClassName
{
background-color: #6CCDB8;
}
</style>
border-color css
<style>
span { border-color: #6CCDB8; }
span { border-color: rgb(108,205,184); }
td.TdClassName
{
border-color: #6CCDB8;
}
.TagClassName
{
border-color: #6CCDB8;
}
</style>