Shades of Downy #6CCDC9
Tints of Downy #6CCDC9
RGB
CMYK
RGB Variations
Color information
#6CCDC9 (or 0x6CCDC9) is known color: Downy. HEX triplet: 6C, CD and C9. RGB value is (108,205,201). Sum of RGB (Red+Green+Blue) = 108+205+201=514 (68% of max value = 765). Red value is 108 (42.58% from 255 or 21.01% from 514); Green value is 205 (80.47% from 255 or 39.88% from 514); Blue value is 201 (78.91% from 255 or 39.11% from 514); Max value from RGB is 205 - color contains mainly: green. Hex color #6CCDC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCDC9 is #933236. Grayscale: #AFAFAF. Windows color (decimal): -9646647 or 13225324. OLE color: 13225324.
HSL color Cylindrical-coordinate representation of color #6CCDC9: hue angle of 177.53º 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 #6CCDC9 is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 205 | 201 | - |
| CMYK | 0.47 | 0 | 0.02 | 0.20 |
| HSL | 177.53º | 0.49% | 0.61% | - |
| HSV(B) | 177.53º | 0.47% | 0.8% | - |
| XYZ | 38.56 | 51.07 | 63.08 | - |
| YUV | 175.54 | 142.36 | 79.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 205 | 201 | 0.47 | 0 | 0.02 | 0.20 | 177.53 | 0.49 | 0.61 |
| Hex | 6C | CD | C9 | 2F | 0 | 2 | 14 | B2 | 31 | 3D |
| Octal | 154 | 315 | 311 | 57 | 0 | 2 | 24 | 262 | 61 | 75 |
| Binary | 1101100 | 11001101 | 11001001 | 101111 | 0 | 10 | 10100 | 10110010 | 110001 | 111101 |
Color Harmonies of #6CCDC9
Complementary color
Monochromatic Colors of #6CCDC9
Black with #6CCDC9
Text Example
Text Example
White with #6CCDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCDC9; }
p { color: rgb(108,205,201); }
H1.HeaderClassName
{
color: #6CCDC9;
}
.AnyTagClassName
{
color: #6CCDC9;
}
</style>
background-color css
<style>
a { background-color: #6CCDC9; }
a { background-color: rgb(108,205,201); }
div.DivClassName
{
background-color: #6CCDC9;
}
.BgClassName
{
background-color: #6CCDC9;
}
</style>
border-color css
<style>
span { border-color: #6CCDC9; }
span { border-color: rgb(108,205,201); }
td.TdClassName
{
border-color: #6CCDC9;
}
.TagClassName
{
border-color: #6CCDC9;
}
</style>