Shades of Downy #6CCDC7
Tints of Downy #6CCDC7
RGB
CMYK
RGB Variations
Color information
#6CCDC7 (or 0x6CCDC7) is known color: Downy. HEX triplet: 6C, CD and C7. RGB value is (108,205,199). Sum of RGB (Red+Green+Blue) = 108+205+199=512 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.09% from 512); Green value is 205 (80.47% from 255 or 40.04% from 512); Blue value is 199 (78.12% from 255 or 38.87% from 512); Max value from RGB is 205 - color contains mainly: green. Hex color #6CCDC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCDC7 is #933238. Grayscale: #AFAFAF. Windows color (decimal): -9646649 or 13094252. OLE color: 13094252.
HSL color Cylindrical-coordinate representation of color #6CCDC7: hue angle of 176.29º 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 #6CCDC7 is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 205 | 199 | - |
| CMYK | 0.47 | 0 | 0.03 | 0.20 |
| HSL | 176.29º | 0.49% | 0.61% | - |
| HSV(B) | 176.29º | 0.47% | 0.8% | - |
| XYZ | 38.32 | 50.97 | 61.85 | - |
| YUV | 175.31 | 141.36 | 79.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 205 | 199 | 0.47 | 0 | 0.03 | 0.20 | 176.29 | 0.49 | 0.61 |
| Hex | 6C | CD | C7 | 2F | 0 | 3 | 14 | B0 | 31 | 3D |
| Octal | 154 | 315 | 307 | 57 | 0 | 3 | 24 | 260 | 61 | 75 |
| Binary | 1101100 | 11001101 | 11000111 | 101111 | 0 | 11 | 10100 | 10110000 | 110001 | 111101 |
Color Harmonies of #6CCDC7
Complementary color
Monochromatic Colors of #6CCDC7
Black with #6CCDC7
Text Example
Text Example
White with #6CCDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCDC7; }
p { color: rgb(108,205,199); }
H1.HeaderClassName
{
color: #6CCDC7;
}
.AnyTagClassName
{
color: #6CCDC7;
}
</style>
background-color css
<style>
a { background-color: #6CCDC7; }
a { background-color: rgb(108,205,199); }
div.DivClassName
{
background-color: #6CCDC7;
}
.BgClassName
{
background-color: #6CCDC7;
}
</style>
border-color css
<style>
span { border-color: #6CCDC7; }
span { border-color: rgb(108,205,199); }
td.TdClassName
{
border-color: #6CCDC7;
}
.TagClassName
{
border-color: #6CCDC7;
}
</style>