Shades of Downy #6DEEBA
Tints of Downy #6DEEBA
RGB
CMYK
RGB Variations
Color information
#6DEEBA (or 0x6DEEBA) is known color: Downy. HEX triplet: 6D, EE and BA. RGB value is (109,238,186). Sum of RGB (Red+Green+Blue) = 109+238+186=533 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.45% from 533); Green value is 238 (93.36% from 255 or 44.65% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 238 - color contains mainly: green. Hex color #6DEEBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEEBA is #921145. Grayscale: #C1C1C1. Windows color (decimal): -9572678 or 12250733. OLE color: 12250733.
HSL color Cylindrical-coordinate representation of color #6DEEBA: hue angle of 155.81º 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 #6DEEBA is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 238 | 186 | - |
| CMYK | 0.54 | 0 | 0.22 | 0.07 |
| HSL | 155.81º | 0.79% | 0.68% | - |
| HSV(B) | 155.81º | 0.54% | 0.93% | - |
| XYZ | 45.74 | 67.95 | 57.16 | - |
| YUV | 193.5 | 123.76 | 67.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 238 | 186 | 0.54 | 0 | 0.22 | 0.07 | 155.81 | 0.79 | 0.68 |
| Hex | 6D | EE | BA | 36 | 0 | 16 | 7 | 9C | 4F | 44 |
| Octal | 155 | 356 | 272 | 66 | 0 | 26 | 7 | 234 | 117 | 104 |
| Binary | 1101101 | 11101110 | 10111010 | 110110 | 0 | 10110 | 111 | 10011100 | 1001111 | 1000100 |
Color Harmonies of #6DEEBA
Complementary color
Monochromatic Colors of #6DEEBA
Black with #6DEEBA
Text Example
Text Example
White with #6DEEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DEEBA; }
p { color: rgb(109,238,186); }
H1.HeaderClassName
{
color: #6DEEBA;
}
.AnyTagClassName
{
color: #6DEEBA;
}
</style>
background-color css
<style>
a { background-color: #6DEEBA; }
a { background-color: rgb(109,238,186); }
div.DivClassName
{
background-color: #6DEEBA;
}
.BgClassName
{
background-color: #6DEEBA;
}
</style>
border-color css
<style>
span { border-color: #6DEEBA; }
span { border-color: rgb(109,238,186); }
td.TdClassName
{
border-color: #6DEEBA;
}
.TagClassName
{
border-color: #6DEEBA;
}
</style>