Shades of Downy #6CCACD
Tints of Downy #6CCACD
RGB
CMYK
RGB Variations
Color information
#6CCACD (or 0x6CCACD) is known color: Downy. HEX triplet: 6C, CA and CD. RGB value is (108,202,205). Sum of RGB (Red+Green+Blue) = 108+202+205=515 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.97% from 515); Green value is 202 (79.30% from 255 or 39.22% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 205 - color contains mainly: blue. Hex color #6CCACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCACD is #933532. Grayscale: #AEAEAE. Windows color (decimal): -9647411 or 13486700. OLE color: 13486700.
HSL color Cylindrical-coordinate representation of color #6CCACD: hue angle of 181.86º 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 #6CCACD is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 202 | 205 | - |
| CMYK | 0.47 | 0.01 | 0 | 0.20 |
| HSL | 181.86º | 0.49% | 0.61% | - |
| HSV(B) | 181.86º | 0.47% | 0.8% | - |
| XYZ | 38.32 | 49.84 | 65.36 | - |
| YUV | 174.24 | 145.36 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 202 | 205 | 0.47 | 0.01 | 0 | 0.20 | 181.86 | 0.49 | 0.61 |
| Hex | 6C | CA | CD | 2F | 1 | 0 | 14 | B6 | 31 | 3D |
| Octal | 154 | 312 | 315 | 57 | 1 | 0 | 24 | 266 | 61 | 75 |
| Binary | 1101100 | 11001010 | 11001101 | 101111 | 1 | 0 | 10100 | 10110110 | 110001 | 111101 |
Color Harmonies of #6CCACD
Complementary color
Monochromatic Colors of #6CCACD
Black with #6CCACD
Text Example
Text Example
White with #6CCACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCACD; }
p { color: rgb(108,202,205); }
H1.HeaderClassName
{
color: #6CCACD;
}
.AnyTagClassName
{
color: #6CCACD;
}
</style>
background-color css
<style>
a { background-color: #6CCACD; }
a { background-color: rgb(108,202,205); }
div.DivClassName
{
background-color: #6CCACD;
}
.BgClassName
{
background-color: #6CCACD;
}
</style>
border-color css
<style>
span { border-color: #6CCACD; }
span { border-color: rgb(108,202,205); }
td.TdClassName
{
border-color: #6CCACD;
}
.TagClassName
{
border-color: #6CCACD;
}
</style>