Shades of Downy #6BD2B5
Tints of Downy #6BD2B5
RGB
CMYK
RGB Variations
Color information
#6BD2B5 (or 0x6BD2B5) is known color: Downy. HEX triplet: 6B, D2 and B5. RGB value is (107,210,181). Sum of RGB (Red+Green+Blue) = 107+210+181=498 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.49% from 498); Green value is 210 (82.42% from 255 or 42.17% from 498); Blue value is 181 (71.09% from 255 or 36.35% from 498); Max value from RGB is 210 - color contains mainly: green. Hex color #6BD2B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BD2B5 is #942D4A. Grayscale: #AFAFAF. Windows color (decimal): -9710923 or 11915883. OLE color: 11915883.
HSL color Cylindrical-coordinate representation of color #6BD2B5: hue angle of 163.11º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6BD2B5 is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 107 | 210 | 181 | - |
| CMYK | 0.49 | 0 | 0.14 | 0.18 |
| HSL | 163.11º | 0.53% | 0.62% | - |
| HSV(B) | 163.11º | 0.49% | 0.82% | - |
| XYZ | 37.45 | 52.56 | 51.89 | - |
| YUV | 175.9 | 130.88 | 78.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 210 | 181 | 0.49 | 0 | 0.14 | 0.18 | 163.11 | 0.53 | 0.62 |
| Hex | 6B | D2 | B5 | 31 | 0 | E | 12 | A3 | 35 | 3E |
| Octal | 153 | 322 | 265 | 61 | 0 | 16 | 22 | 243 | 65 | 76 |
| Binary | 1101011 | 11010010 | 10110101 | 110001 | 0 | 1110 | 10010 | 10100011 | 110101 | 111110 |
Color Harmonies of #6BD2B5
Complementary color
Monochromatic Colors of #6BD2B5
Black with #6BD2B5
Text Example
Text Example
White with #6BD2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BD2B5; }
p { color: rgb(107,210,181); }
H1.HeaderClassName
{
color: #6BD2B5;
}
.AnyTagClassName
{
color: #6BD2B5;
}
</style>
background-color css
<style>
a { background-color: #6BD2B5; }
a { background-color: rgb(107,210,181); }
div.DivClassName
{
background-color: #6BD2B5;
}
.BgClassName
{
background-color: #6BD2B5;
}
</style>
border-color css
<style>
span { border-color: #6BD2B5; }
span { border-color: rgb(107,210,181); }
td.TdClassName
{
border-color: #6BD2B5;
}
.TagClassName
{
border-color: #6BD2B5;
}
</style>