Shades of Downy #6CE6CF
Tints of Downy #6CE6CF
RGB
CMYK
RGB Variations
Color information
#6CE6CF (or 0x6CE6CF) is known color: Downy. HEX triplet: 6C, E6 and CF. RGB value is (108,230,207). Sum of RGB (Red+Green+Blue) = 108+230+207=545 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.82% from 545); Green value is 230 (90.23% from 255 or 42.20% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 230 - color contains mainly: green. Hex color #6CE6CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CE6CF is #931930. Grayscale: #BEBEBE. Windows color (decimal): -9640241 or 13624940. OLE color: 13624940.
HSL color Cylindrical-coordinate representation of color #6CE6CF: hue angle of 168.69º 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 #6CE6CF is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 108 | 230 | 207 | - |
| CMYK | 0.53 | 0 | 0.10 | 0.10 |
| HSL | 168.69º | 0.71% | 0.66% | - |
| HSV(B) | 168.69º | 0.53% | 0.9% | - |
| XYZ | 45.74 | 64.29 | 69.03 | - |
| YUV | 190.9 | 137.08 | 68.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 230 | 207 | 0.53 | 0 | 0.10 | 0.10 | 168.69 | 0.71 | 0.66 |
| Hex | 6C | E6 | CF | 35 | 0 | A | A | A9 | 47 | 42 |
| Octal | 154 | 346 | 317 | 65 | 0 | 12 | 12 | 251 | 107 | 102 |
| Binary | 1101100 | 11100110 | 11001111 | 110101 | 0 | 1010 | 1010 | 10101001 | 1000111 | 1000010 |
Color Harmonies of #6CE6CF
Complementary color
Monochromatic Colors of #6CE6CF
Black with #6CE6CF
Text Example
Text Example
White with #6CE6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CE6CF; }
p { color: rgb(108,230,207); }
H1.HeaderClassName
{
color: #6CE6CF;
}
.AnyTagClassName
{
color: #6CE6CF;
}
</style>
background-color css
<style>
a { background-color: #6CE6CF; }
a { background-color: rgb(108,230,207); }
div.DivClassName
{
background-color: #6CE6CF;
}
.BgClassName
{
background-color: #6CE6CF;
}
</style>
border-color css
<style>
span { border-color: #6CE6CF; }
span { border-color: rgb(108,230,207); }
td.TdClassName
{
border-color: #6CE6CF;
}
.TagClassName
{
border-color: #6CE6CF;
}
</style>