Shades of Downy #6CCDCD
Tints of Downy #6CCDCD
RGB
CMYK
RGB Variations
Color information
#6CCDCD (or 0x6CCDCD) is known color: Downy. HEX triplet: 6C, CD and CD. RGB value is (108,205,205). Sum of RGB (Red+Green+Blue) = 108+205+205=518 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.85% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #6CCDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCDCD is #933232. Grayscale: #AFAFAF. Windows color (decimal): -9646643 or 13487468. OLE color: 13487468.
HSL color Cylindrical-coordinate representation of color #6CCDCD: hue angle of 180º 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 #6CCDCD is Cyan = 0.47, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 205 | 205 | - |
| CMYK | 0.47 | 0 | 0 | 0.20 |
| HSL | 180º | 0.49% | 0.61% | - |
| HSV(B) | 180º | 0.47% | 0.8% | - |
| XYZ | 39.04 | 51.26 | 65.59 | - |
| YUV | 176 | 144.36 | 79.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 205 | 205 | 0.47 | 0 | 0 | 0.20 | 180 | 0.49 | 0.61 |
| Hex | 6C | CD | CD | 2F | 0 | 0 | 14 | B4 | 31 | 3D |
| Octal | 154 | 315 | 315 | 57 | 0 | 0 | 24 | 264 | 61 | 75 |
| Binary | 1101100 | 11001101 | 11001101 | 101111 | 0 | 0 | 10100 | 10110100 | 110001 | 111101 |
Color Harmonies of #6CCDCD
Complementary color
Monochromatic Colors of #6CCDCD
Black with #6CCDCD
Text Example
Text Example
White with #6CCDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCDCD; }
p { color: rgb(108,205,205); }
H1.HeaderClassName
{
color: #6CCDCD;
}
.AnyTagClassName
{
color: #6CCDCD;
}
</style>
background-color css
<style>
a { background-color: #6CCDCD; }
a { background-color: rgb(108,205,205); }
div.DivClassName
{
background-color: #6CCDCD;
}
.BgClassName
{
background-color: #6CCDCD;
}
</style>
border-color css
<style>
span { border-color: #6CCDCD; }
span { border-color: rgb(108,205,205); }
td.TdClassName
{
border-color: #6CCDCD;
}
.TagClassName
{
border-color: #6CCDCD;
}
</style>