Shades of Downy #6DEEBE
Tints of Downy #6DEEBE
RGB
CMYK
RGB Variations
Color information
#6DEEBE (or 0x6DEEBE) is known color: Downy. HEX triplet: 6D, EE and BE. RGB value is (109,238,190). Sum of RGB (Red+Green+Blue) = 109+238+190=537 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.30% from 537); Green value is 238 (93.36% from 255 or 44.32% from 537); Blue value is 190 (74.61% from 255 or 35.38% from 537); Max value from RGB is 238 - color contains mainly: green. Hex color #6DEEBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEEBE is #921141. Grayscale: #C2C2C2. Windows color (decimal): -9572674 or 12512877. OLE color: 12512877.
HSL color Cylindrical-coordinate representation of color #6DEEBE: hue angle of 157.67º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DEEBE is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 238 | 190 | - |
| CMYK | 0.54 | 0 | 0.20 | 0.07 |
| HSL | 157.67º | 0.79% | 0.68% | - |
| HSV(B) | 157.67º | 0.54% | 0.93% | - |
| XYZ | 46.18 | 68.12 | 59.43 | - |
| YUV | 193.96 | 125.76 | 67.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 238 | 190 | 0.54 | 0 | 0.20 | 0.07 | 157.67 | 0.79 | 0.68 |
| Hex | 6D | EE | BE | 36 | 0 | 14 | 7 | 9E | 4F | 44 |
| Octal | 155 | 356 | 276 | 66 | 0 | 24 | 7 | 236 | 117 | 104 |
| Binary | 1101101 | 11101110 | 10111110 | 110110 | 0 | 10100 | 111 | 10011110 | 1001111 | 1000100 |
Color Harmonies of #6DEEBE
Complementary color
Monochromatic Colors of #6DEEBE
Black with #6DEEBE
Text Example
Text Example
White with #6DEEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DEEBE; }
p { color: rgb(109,238,190); }
H1.HeaderClassName
{
color: #6DEEBE;
}
.AnyTagClassName
{
color: #6DEEBE;
}
</style>
background-color css
<style>
a { background-color: #6DEEBE; }
a { background-color: rgb(109,238,190); }
div.DivClassName
{
background-color: #6DEEBE;
}
.BgClassName
{
background-color: #6DEEBE;
}
</style>
border-color css
<style>
span { border-color: #6DEEBE; }
span { border-color: rgb(109,238,190); }
td.TdClassName
{
border-color: #6DEEBE;
}
.TagClassName
{
border-color: #6DEEBE;
}
</style>