Shades of Downy #6BDEBD
Tints of Downy #6BDEBD
RGB
CMYK
RGB Variations
Color information
#6BDEBD (or 0x6BDEBD) is known color: Downy. HEX triplet: 6B, DE and BD. RGB value is (107,222,189). Sum of RGB (Red+Green+Blue) = 107+222+189=518 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.66% from 518); Green value is 222 (87.11% from 255 or 42.86% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 222 - color contains mainly: green. Hex color #6BDEBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDEBD is #942142. Grayscale: #B7B7B7. Windows color (decimal): -9707843 or 12443243. OLE color: 12443243.
HSL color Cylindrical-coordinate representation of color #6BDEBD: hue angle of 162.78º 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 #6BDEBD is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 222 | 189 | - |
| CMYK | 0.52 | 0 | 0.15 | 0.13 |
| HSL | 162.78º | 0.64% | 0.65% | - |
| HSV(B) | 162.78º | 0.52% | 0.87% | - |
| XYZ | 41.37 | 59.04 | 57.36 | - |
| YUV | 183.85 | 130.9 | 73.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 222 | 189 | 0.52 | 0 | 0.15 | 0.13 | 162.78 | 0.64 | 0.65 |
| Hex | 6B | DE | BD | 34 | 0 | F | D | A3 | 40 | 41 |
| Octal | 153 | 336 | 275 | 64 | 0 | 17 | 15 | 243 | 100 | 101 |
| Binary | 1101011 | 11011110 | 10111101 | 110100 | 0 | 1111 | 1101 | 10100011 | 1000000 | 1000001 |
Color Harmonies of #6BDEBD
Complementary color
Monochromatic Colors of #6BDEBD
Black with #6BDEBD
Text Example
Text Example
White with #6BDEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDEBD; }
p { color: rgb(107,222,189); }
H1.HeaderClassName
{
color: #6BDEBD;
}
.AnyTagClassName
{
color: #6BDEBD;
}
</style>
background-color css
<style>
a { background-color: #6BDEBD; }
a { background-color: rgb(107,222,189); }
div.DivClassName
{
background-color: #6BDEBD;
}
.BgClassName
{
background-color: #6BDEBD;
}
</style>
border-color css
<style>
span { border-color: #6BDEBD; }
span { border-color: rgb(107,222,189); }
td.TdClassName
{
border-color: #6BDEBD;
}
.TagClassName
{
border-color: #6BDEBD;
}
</style>