Shades of Downy #6CE4CE
Tints of Downy #6CE4CE
RGB
CMYK
RGB Variations
Color information
#6CE4CE (or 0x6CE4CE) is known color: Downy. HEX triplet: 6C, E4 and CE. RGB value is (108,228,206). Sum of RGB (Red+Green+Blue) = 108+228+206=542 (71% of max value = 765). Red value is 108 (42.58% from 255 or 19.93% from 542); Green value is 228 (89.45% from 255 or 42.07% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 228 - color contains mainly: green. Hex color #6CE4CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CE4CE is #931B31. Grayscale: #BDBDBD. Windows color (decimal): -9640754 or 13558892. OLE color: 13558892.
HSL color Cylindrical-coordinate representation of color #6CE4CE: hue angle of 169º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6CE4CE is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 108 | 228 | 206 | - |
| CMYK | 0.53 | 0 | 0.10 | 0.11 |
| HSL | 169º | 0.69% | 0.66% | - |
| HSV(B) | 169º | 0.53% | 0.89% | - |
| XYZ | 45.07 | 63.13 | 68.2 | - |
| YUV | 189.61 | 137.24 | 69.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 228 | 206 | 0.53 | 0 | 0.10 | 0.11 | 169 | 0.69 | 0.66 |
| Hex | 6C | E4 | CE | 35 | 0 | A | B | A9 | 45 | 42 |
| Octal | 154 | 344 | 316 | 65 | 0 | 12 | 13 | 251 | 105 | 102 |
| Binary | 1101100 | 11100100 | 11001110 | 110101 | 0 | 1010 | 1011 | 10101001 | 1000101 | 1000010 |
Color Harmonies of #6CE4CE
Complementary color
Monochromatic Colors of #6CE4CE
Black with #6CE4CE
Text Example
Text Example
White with #6CE4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CE4CE; }
p { color: rgb(108,228,206); }
H1.HeaderClassName
{
color: #6CE4CE;
}
.AnyTagClassName
{
color: #6CE4CE;
}
</style>
background-color css
<style>
a { background-color: #6CE4CE; }
a { background-color: rgb(108,228,206); }
div.DivClassName
{
background-color: #6CE4CE;
}
.BgClassName
{
background-color: #6CE4CE;
}
</style>
border-color css
<style>
span { border-color: #6CE4CE; }
span { border-color: rgb(108,228,206); }
td.TdClassName
{
border-color: #6CE4CE;
}
.TagClassName
{
border-color: #6CE4CE;
}
</style>