Shades of Downy #6BDEBA
Tints of Downy #6BDEBA
RGB
CMYK
RGB Variations
Color information
#6BDEBA (or 0x6BDEBA) is known color: Downy. HEX triplet: 6B, DE and BA. RGB value is (107,222,186). Sum of RGB (Red+Green+Blue) = 107+222+186=515 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.78% from 515); Green value is 222 (87.11% from 255 or 43.11% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 222 - color contains mainly: green. Hex color #6BDEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDEBA is #942145. Grayscale: #B7B7B7. Windows color (decimal): -9707846 or 12246635. OLE color: 12246635.
HSL color Cylindrical-coordinate representation of color #6BDEBA: hue angle of 161.22º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BDEBA is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 222 | 186 | - |
| CMYK | 0.52 | 0 | 0.16 | 0.13 |
| HSL | 161.22º | 0.64% | 0.65% | - |
| HSV(B) | 161.22º | 0.52% | 0.87% | - |
| XYZ | 41.05 | 58.91 | 55.66 | - |
| YUV | 183.51 | 129.4 | 73.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 222 | 186 | 0.52 | 0 | 0.16 | 0.13 | 161.22 | 0.64 | 0.65 |
| Hex | 6B | DE | BA | 34 | 0 | 10 | D | A1 | 40 | 41 |
| Octal | 153 | 336 | 272 | 64 | 0 | 20 | 15 | 241 | 100 | 101 |
| Binary | 1101011 | 11011110 | 10111010 | 110100 | 0 | 10000 | 1101 | 10100001 | 1000000 | 1000001 |
Color Harmonies of #6BDEBA
Complementary color
Monochromatic Colors of #6BDEBA
Black with #6BDEBA
Text Example
Text Example
White with #6BDEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDEBA; }
p { color: rgb(107,222,186); }
H1.HeaderClassName
{
color: #6BDEBA;
}
.AnyTagClassName
{
color: #6BDEBA;
}
</style>
background-color css
<style>
a { background-color: #6BDEBA; }
a { background-color: rgb(107,222,186); }
div.DivClassName
{
background-color: #6BDEBA;
}
.BgClassName
{
background-color: #6BDEBA;
}
</style>
border-color css
<style>
span { border-color: #6BDEBA; }
span { border-color: rgb(107,222,186); }
td.TdClassName
{
border-color: #6BDEBA;
}
.TagClassName
{
border-color: #6BDEBA;
}
</style>