Shades of Downy #6CE8CB
Tints of Downy #6CE8CB
RGB
CMYK
RGB Variations
Color information
#6CE8CB (or 0x6CE8CB) is known color: Downy. HEX triplet: 6C, E8 and CB. RGB value is (108,232,203). Sum of RGB (Red+Green+Blue) = 108+232+203=543 (71% of max value = 765). Red value is 108 (42.58% from 255 or 19.89% from 543); Green value is 232 (91.02% from 255 or 42.73% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 232 - color contains mainly: green. Hex color #6CE8CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CE8CB is #931734. Grayscale: #BFBFBF. Windows color (decimal): -9639733 or 13363308. OLE color: 13363308.
HSL color Cylindrical-coordinate representation of color #6CE8CB: hue angle of 165.97º 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 #6CE8CB is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 108 | 232 | 203 | - |
| CMYK | 0.53 | 0 | 0.12 | 0.09 |
| HSL | 165.97º | 0.73% | 0.67% | - |
| HSV(B) | 165.97º | 0.53% | 0.91% | - |
| XYZ | 45.82 | 65.21 | 66.67 | - |
| YUV | 191.62 | 134.42 | 68.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 232 | 203 | 0.53 | 0 | 0.12 | 0.09 | 165.97 | 0.73 | 0.67 |
| Hex | 6C | E8 | CB | 35 | 0 | C | 9 | A6 | 49 | 43 |
| Octal | 154 | 350 | 313 | 65 | 0 | 14 | 11 | 246 | 111 | 103 |
| Binary | 1101100 | 11101000 | 11001011 | 110101 | 0 | 1100 | 1001 | 10100110 | 1001001 | 1000011 |
Color Harmonies of #6CE8CB
Complementary color
Monochromatic Colors of #6CE8CB
Black with #6CE8CB
Text Example
Text Example
White with #6CE8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CE8CB; }
p { color: rgb(108,232,203); }
H1.HeaderClassName
{
color: #6CE8CB;
}
.AnyTagClassName
{
color: #6CE8CB;
}
</style>
background-color css
<style>
a { background-color: #6CE8CB; }
a { background-color: rgb(108,232,203); }
div.DivClassName
{
background-color: #6CE8CB;
}
.BgClassName
{
background-color: #6CE8CB;
}
</style>
border-color css
<style>
span { border-color: #6CE8CB; }
span { border-color: rgb(108,232,203); }
td.TdClassName
{
border-color: #6CE8CB;
}
.TagClassName
{
border-color: #6CE8CB;
}
</style>