Shades of Downy #6CE8CD
Tints of Downy #6CE8CD
RGB
CMYK
RGB Variations
Color information
#6CE8CD (or 0x6CE8CD) is known color: Downy. HEX triplet: 6C, E8 and CD. RGB value is (108,232,205). Sum of RGB (Red+Green+Blue) = 108+232+205=545 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.82% from 545); Green value is 232 (91.02% from 255 or 42.57% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 232 - color contains mainly: green. Hex color #6CE8CD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CE8CD is #931732. Grayscale: #BFBFBF. Windows color (decimal): -9639731 or 13494380. OLE color: 13494380.
HSL color Cylindrical-coordinate representation of color #6CE8CD: hue angle of 166.94º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6CE8CD is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 108 | 232 | 205 | - |
| CMYK | 0.53 | 0 | 0.12 | 0.09 |
| HSL | 166.94º | 0.73% | 0.67% | - |
| HSV(B) | 166.94º | 0.53% | 0.91% | - |
| XYZ | 46.06 | 65.31 | 67.94 | - |
| YUV | 191.85 | 135.42 | 68.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 232 | 205 | 0.53 | 0 | 0.12 | 0.09 | 166.94 | 0.73 | 0.67 |
| Hex | 6C | E8 | CD | 35 | 0 | C | 9 | A7 | 49 | 43 |
| Octal | 154 | 350 | 315 | 65 | 0 | 14 | 11 | 247 | 111 | 103 |
| Binary | 1101100 | 11101000 | 11001101 | 110101 | 0 | 1100 | 1001 | 10100111 | 1001001 | 1000011 |
Color Harmonies of #6CE8CD
Complementary color
Monochromatic Colors of #6CE8CD
Black with #6CE8CD
Text Example
Text Example
White with #6CE8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CE8CD; }
p { color: rgb(108,232,205); }
H1.HeaderClassName
{
color: #6CE8CD;
}
.AnyTagClassName
{
color: #6CE8CD;
}
</style>
background-color css
<style>
a { background-color: #6CE8CD; }
a { background-color: rgb(108,232,205); }
div.DivClassName
{
background-color: #6CE8CD;
}
.BgClassName
{
background-color: #6CE8CD;
}
</style>
border-color css
<style>
span { border-color: #6CE8CD; }
span { border-color: rgb(108,232,205); }
td.TdClassName
{
border-color: #6CE8CD;
}
.TagClassName
{
border-color: #6CE8CD;
}
</style>