Shades of Downy #6BDFBB
Tints of Downy #6BDFBB
RGB
CMYK
RGB Variations
Color information
#6BDFBB (or 0x6BDFBB) is known color: Downy. HEX triplet: 6B, DF and BB. RGB value is (107,223,187). Sum of RGB (Red+Green+Blue) = 107+223+187=517 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.70% from 517); Green value is 223 (87.5% from 255 or 43.13% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 223 - color contains mainly: green. Hex color #6BDFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDFBB is #942044. Grayscale: #B8B8B8. Windows color (decimal): -9707589 or 12312427. OLE color: 12312427.
HSL color Cylindrical-coordinate representation of color #6BDFBB: hue angle of 161.38º 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 #6BDFBB is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 223 | 187 | - |
| CMYK | 0.52 | 0 | 0.16 | 0.13 |
| HSL | 161.38º | 0.64% | 0.65% | - |
| HSV(B) | 161.38º | 0.52% | 0.87% | - |
| XYZ | 41.42 | 59.49 | 56.31 | - |
| YUV | 184.21 | 129.57 | 72.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 223 | 187 | 0.52 | 0 | 0.16 | 0.13 | 161.38 | 0.64 | 0.65 |
| Hex | 6B | DF | BB | 34 | 0 | 10 | D | A1 | 40 | 41 |
| Octal | 153 | 337 | 273 | 64 | 0 | 20 | 15 | 241 | 100 | 101 |
| Binary | 1101011 | 11011111 | 10111011 | 110100 | 0 | 10000 | 1101 | 10100001 | 1000000 | 1000001 |
Color Harmonies of #6BDFBB
Complementary color
Monochromatic Colors of #6BDFBB
Black with #6BDFBB
Text Example
Text Example
White with #6BDFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDFBB; }
p { color: rgb(107,223,187); }
H1.HeaderClassName
{
color: #6BDFBB;
}
.AnyTagClassName
{
color: #6BDFBB;
}
</style>
background-color css
<style>
a { background-color: #6BDFBB; }
a { background-color: rgb(107,223,187); }
div.DivClassName
{
background-color: #6BDFBB;
}
.BgClassName
{
background-color: #6BDFBB;
}
</style>
border-color css
<style>
span { border-color: #6BDFBB; }
span { border-color: rgb(107,223,187); }
td.TdClassName
{
border-color: #6BDFBB;
}
.TagClassName
{
border-color: #6BDFBB;
}
</style>