Shades of Downy #6BC3B9
Tints of Downy #6BC3B9
RGB
CMYK
RGB Variations
Color information
#6BC3B9 (or 0x6BC3B9) is known color: Downy. HEX triplet: 6B, C3 and B9. RGB value is (107,195,185). Sum of RGB (Red+Green+Blue) = 107+195+185=487 (64% of max value = 765). Red value is 107 (42.19% from 255 or 21.97% from 487); Green value is 195 (76.56% from 255 or 40.04% from 487); Blue value is 185 (72.66% from 255 or 37.99% from 487); Max value from RGB is 195 - color contains mainly: green. Hex color #6BC3B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BC3B9 is #943C46. Grayscale: #A7A7A7. Windows color (decimal): -9714759 or 12174187. OLE color: 12174187.
HSL color Cylindrical-coordinate representation of color #6BC3B9: hue angle of 173.18º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6BC3B9 is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 107 | 195 | 185 | - |
| CMYK | 0.45 | 0 | 0.05 | 0.24 |
| HSL | 173.18º | 0.42% | 0.59% | - |
| HSV(B) | 173.18º | 0.45% | 0.76% | - |
| XYZ | 34.34 | 45.66 | 52.9 | - |
| YUV | 167.55 | 137.85 | 84.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 195 | 185 | 0.45 | 0 | 0.05 | 0.24 | 173.18 | 0.42 | 0.59 |
| Hex | 6B | C3 | B9 | 2D | 0 | 5 | 18 | AD | 2A | 3B |
| Octal | 153 | 303 | 271 | 55 | 0 | 5 | 30 | 255 | 52 | 73 |
| Binary | 1101011 | 11000011 | 10111001 | 101101 | 0 | 101 | 11000 | 10101101 | 101010 | 111011 |
Color Harmonies of #6BC3B9
Complementary color
Monochromatic Colors of #6BC3B9
Black with #6BC3B9
Text Example
Text Example
White with #6BC3B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC3B9; }
p { color: rgb(107,195,185); }
H1.HeaderClassName
{
color: #6BC3B9;
}
.AnyTagClassName
{
color: #6BC3B9;
}
</style>
background-color css
<style>
a { background-color: #6BC3B9; }
a { background-color: rgb(107,195,185); }
div.DivClassName
{
background-color: #6BC3B9;
}
.BgClassName
{
background-color: #6BC3B9;
}
</style>
border-color css
<style>
span { border-color: #6BC3B9; }
span { border-color: rgb(107,195,185); }
td.TdClassName
{
border-color: #6BC3B9;
}
.TagClassName
{
border-color: #6BC3B9;
}
</style>