Shades of Downy #6CCDBD
Tints of Downy #6CCDBD
RGB
CMYK
RGB Variations
Color information
#6CCDBD (or 0x6CCDBD) is known color: Downy. HEX triplet: 6C, CD and BD. RGB value is (108,205,189). Sum of RGB (Red+Green+Blue) = 108+205+189=502 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.51% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 189 (74.22% from 255 or 37.65% from 502); Max value from RGB is 205 - color contains mainly: green. Hex color #6CCDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCDBD is #933242. Grayscale: #AEAEAE. Windows color (decimal): -9646659 or 12438892. OLE color: 12438892.
HSL color Cylindrical-coordinate representation of color #6CCDBD: hue angle of 170.1º 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 #6CCDBD is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 205 | 189 | - |
| CMYK | 0.47 | 0 | 0.08 | 0.20 |
| HSL | 170.1º | 0.49% | 0.61% | - |
| HSV(B) | 170.1º | 0.47% | 0.8% | - |
| XYZ | 37.2 | 50.52 | 55.94 | - |
| YUV | 174.17 | 136.36 | 80.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 205 | 189 | 0.47 | 0 | 0.08 | 0.20 | 170.1 | 0.49 | 0.61 |
| Hex | 6C | CD | BD | 2F | 0 | 8 | 14 | AA | 31 | 3D |
| Octal | 154 | 315 | 275 | 57 | 0 | 10 | 24 | 252 | 61 | 75 |
| Binary | 1101100 | 11001101 | 10111101 | 101111 | 0 | 1000 | 10100 | 10101010 | 110001 | 111101 |
Color Harmonies of #6CCDBD
Complementary color
Monochromatic Colors of #6CCDBD
Black with #6CCDBD
Text Example
Text Example
White with #6CCDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCDBD; }
p { color: rgb(108,205,189); }
H1.HeaderClassName
{
color: #6CCDBD;
}
.AnyTagClassName
{
color: #6CCDBD;
}
</style>
background-color css
<style>
a { background-color: #6CCDBD; }
a { background-color: rgb(108,205,189); }
div.DivClassName
{
background-color: #6CCDBD;
}
.BgClassName
{
background-color: #6CCDBD;
}
</style>
border-color css
<style>
span { border-color: #6CCDBD; }
span { border-color: rgb(108,205,189); }
td.TdClassName
{
border-color: #6CCDBD;
}
.TagClassName
{
border-color: #6CCDBD;
}
</style>