Shades of Downy #6CE6CE
Tints of Downy #6CE6CE
RGB
CMYK
RGB Variations
Color information
#6CE6CE (or 0x6CE6CE) is known color: Downy. HEX triplet: 6C, E6 and CE. RGB value is (108,230,206). Sum of RGB (Red+Green+Blue) = 108+230+206=544 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.85% from 544); Green value is 230 (90.23% from 255 or 42.28% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 230 - color contains mainly: green. Hex color #6CE6CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CE6CE is #931931. Grayscale: #BEBEBE. Windows color (decimal): -9640242 or 13559404. OLE color: 13559404.
HSL color Cylindrical-coordinate representation of color #6CE6CE: hue angle of 168.2º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6CE6CE is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 108 | 230 | 206 | - |
| CMYK | 0.53 | 0 | 0.10 | 0.10 |
| HSL | 168.2º | 0.71% | 0.66% | - |
| HSV(B) | 168.2º | 0.53% | 0.9% | - |
| XYZ | 45.62 | 64.24 | 68.39 | - |
| YUV | 190.79 | 136.58 | 68.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 230 | 206 | 0.53 | 0 | 0.10 | 0.10 | 168.2 | 0.71 | 0.66 |
| Hex | 6C | E6 | CE | 35 | 0 | A | A | A8 | 47 | 42 |
| Octal | 154 | 346 | 316 | 65 | 0 | 12 | 12 | 250 | 107 | 102 |
| Binary | 1101100 | 11100110 | 11001110 | 110101 | 0 | 1010 | 1010 | 10101000 | 1000111 | 1000010 |
Color Harmonies of #6CE6CE
Complementary color
Monochromatic Colors of #6CE6CE
Black with #6CE6CE
Text Example
Text Example
White with #6CE6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CE6CE; }
p { color: rgb(108,230,206); }
H1.HeaderClassName
{
color: #6CE6CE;
}
.AnyTagClassName
{
color: #6CE6CE;
}
</style>
background-color css
<style>
a { background-color: #6CE6CE; }
a { background-color: rgb(108,230,206); }
div.DivClassName
{
background-color: #6CE6CE;
}
.BgClassName
{
background-color: #6CE6CE;
}
</style>
border-color css
<style>
span { border-color: #6CE6CE; }
span { border-color: rgb(108,230,206); }
td.TdClassName
{
border-color: #6CE6CE;
}
.TagClassName
{
border-color: #6CE6CE;
}
</style>