Shades of Downy #6CE2CB
Tints of Downy #6CE2CB
RGB
CMYK
RGB Variations
Color information
#6CE2CB (or 0x6CE2CB) is known color: Downy. HEX triplet: 6C, E2 and CB. RGB value is (108,226,203). Sum of RGB (Red+Green+Blue) = 108+226+203=537 (71% of max value = 765). Red value is 108 (42.58% from 255 or 20.11% from 537); Green value is 226 (88.67% from 255 or 42.09% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 226 - color contains mainly: green. Hex color #6CE2CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CE2CB is #931D34. Grayscale: #BCBCBC. Windows color (decimal): -9641269 or 13361772. OLE color: 13361772.
HSL color Cylindrical-coordinate representation of color #6CE2CB: hue angle of 168.31º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6CE2CB is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 108 | 226 | 203 | - |
| CMYK | 0.52 | 0 | 0.10 | 0.11 |
| HSL | 168.31º | 0.67% | 0.65% | - |
| HSV(B) | 168.31º | 0.52% | 0.89% | - |
| XYZ | 44.16 | 61.89 | 66.12 | - |
| YUV | 188.1 | 136.41 | 70.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 226 | 203 | 0.52 | 0 | 0.10 | 0.11 | 168.31 | 0.67 | 0.65 |
| Hex | 6C | E2 | CB | 34 | 0 | A | B | A8 | 43 | 41 |
| Octal | 154 | 342 | 313 | 64 | 0 | 12 | 13 | 250 | 103 | 101 |
| Binary | 1101100 | 11100010 | 11001011 | 110100 | 0 | 1010 | 1011 | 10101000 | 1000011 | 1000001 |
Color Harmonies of #6CE2CB
Complementary color
Monochromatic Colors of #6CE2CB
Black with #6CE2CB
Text Example
Text Example
White with #6CE2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CE2CB; }
p { color: rgb(108,226,203); }
H1.HeaderClassName
{
color: #6CE2CB;
}
.AnyTagClassName
{
color: #6CE2CB;
}
</style>
background-color css
<style>
a { background-color: #6CE2CB; }
a { background-color: rgb(108,226,203); }
div.DivClassName
{
background-color: #6CE2CB;
}
.BgClassName
{
background-color: #6CE2CB;
}
</style>
border-color css
<style>
span { border-color: #6CE2CB; }
span { border-color: rgb(108,226,203); }
td.TdClassName
{
border-color: #6CE2CB;
}
.TagClassName
{
border-color: #6CE2CB;
}
</style>