Shades of Downy #6CEBBE
Tints of Downy #6CEBBE
RGB
CMYK
RGB Variations
Color information
#6CEBBE (or 0x6CEBBE) is known color: Downy. HEX triplet: 6C, EB and BE. RGB value is (108,235,190). Sum of RGB (Red+Green+Blue) = 108+235+190=533 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.26% from 533); Green value is 235 (92.19% from 255 or 44.09% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 235 - color contains mainly: green. Hex color #6CEBBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CEBBE is #931441. Grayscale: #BFBFBF. Windows color (decimal): -9638978 or 12512108. OLE color: 12512108.
HSL color Cylindrical-coordinate representation of color #6CEBBE: hue angle of 158.74º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CEBBE is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 108 | 235 | 190 | - |
| CMYK | 0.54 | 0 | 0.19 | 0.08 |
| HSL | 158.74º | 0.76% | 0.67% | - |
| HSV(B) | 158.74º | 0.54% | 0.92% | - |
| XYZ | 45.19 | 66.32 | 59.14 | - |
| YUV | 191.9 | 126.92 | 68.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 235 | 190 | 0.54 | 0 | 0.19 | 0.08 | 158.74 | 0.76 | 0.67 |
| Hex | 6C | EB | BE | 36 | 0 | 13 | 8 | 9F | 4C | 43 |
| Octal | 154 | 353 | 276 | 66 | 0 | 23 | 10 | 237 | 114 | 103 |
| Binary | 1101100 | 11101011 | 10111110 | 110110 | 0 | 10011 | 1000 | 10011111 | 1001100 | 1000011 |
Color Harmonies of #6CEBBE
Complementary color
Monochromatic Colors of #6CEBBE
Black with #6CEBBE
Text Example
Text Example
White with #6CEBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CEBBE; }
p { color: rgb(108,235,190); }
H1.HeaderClassName
{
color: #6CEBBE;
}
.AnyTagClassName
{
color: #6CEBBE;
}
</style>
background-color css
<style>
a { background-color: #6CEBBE; }
a { background-color: rgb(108,235,190); }
div.DivClassName
{
background-color: #6CEBBE;
}
.BgClassName
{
background-color: #6CEBBE;
}
</style>
border-color css
<style>
span { border-color: #6CEBBE; }
span { border-color: rgb(108,235,190); }
td.TdClassName
{
border-color: #6CEBBE;
}
.TagClassName
{
border-color: #6CEBBE;
}
</style>