Shades of Downy #6BD7B5
Tints of Downy #6BD7B5
RGB
CMYK
RGB Variations
Color information
#6BD7B5 (or 0x6BD7B5) is known color: Downy. HEX triplet: 6B, D7 and B5. RGB value is (107,215,181). Sum of RGB (Red+Green+Blue) = 107+215+181=503 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.27% from 503); Green value is 215 (84.38% from 255 or 42.74% from 503); Blue value is 181 (71.09% from 255 or 35.98% from 503); Max value from RGB is 215 - color contains mainly: green. Hex color #6BD7B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BD7B5 is #94284A. Grayscale: #B2B2B2. Windows color (decimal): -9709643 or 11917163. OLE color: 11917163.
HSL color Cylindrical-coordinate representation of color #6BD7B5: hue angle of 161.11º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6BD7B5 is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
RGB | 107 | 215 | 181 | - |
CMYK | 0.50 | 0 | 0.16 | 0.16 |
HSL | 161.11º | 0.57% | 0.63% | - |
HSV(B) | 161.11º | 0.5% | 0.84% | - |
XYZ | 38.7 | 55.06 | 52.3 | - |
YUV | 178.83 | 129.22 | 76.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 107 | 215 | 181 | 0.50 | 0 | 0.16 | 0.16 | 161.11 | 0.57 | 0.63 |
Hex | 6B | D7 | B5 | 32 | 0 | 10 | 10 | A1 | 39 | 3F |
Octal | 153 | 327 | 265 | 62 | 0 | 20 | 20 | 241 | 71 | 77 |
Binary | 1101011 | 11010111 | 10110101 | 110010 | 0 | 10000 | 10000 | 10100001 | 111001 | 111111 |
Color Harmonies of #6BD7B5
Complementary color
Monochromatic Colors of #6BD7B5
Black with #6BD7B5
Text Example
Text Example
White with #6BD7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BD7B5; }
p { color: rgb(107,215,181); }
H1.HeaderClassName
{
color: #6BD7B5;
}
.AnyTagClassName
{
color: #6BD7B5;
}
</style>
background-color css
<style>
a { background-color: #6BD7B5; }
a { background-color: rgb(107,215,181); }
div.DivClassName
{
background-color: #6BD7B5;
}
.BgClassName
{
background-color: #6BD7B5;
}
</style>
border-color css
<style>
span { border-color: #6BD7B5; }
span { border-color: rgb(107,215,181); }
td.TdClassName
{
border-color: #6BD7B5;
}
.TagClassName
{
border-color: #6BD7B5;
}
</style>