Shades of Downy #6BC2BD
Tints of Downy #6BC2BD
RGB
CMYK
RGB Variations
Color information
#6BC2BD (or 0x6BC2BD) is known color: Downy. HEX triplet: 6B, C2 and BD. RGB value is (107,194,189). Sum of RGB (Red+Green+Blue) = 107+194+189=490 (64% of max value = 765). Red value is 107 (42.19% from 255 or 21.84% from 490); Green value is 194 (76.17% from 255 or 39.59% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 194 - color contains mainly: green. Hex color #6BC2BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BC2BD is #943D42. Grayscale: #A7A7A7. Windows color (decimal): -9715011 or 12436075. OLE color: 12436075.
HSL color Cylindrical-coordinate representation of color #6BC2BD: hue angle of 176.55º 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 #6BC2BD is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 107 | 194 | 189 | - |
| CMYK | 0.45 | 0 | 0.03 | 0.24 |
| HSL | 176.55º | 0.42% | 0.59% | - |
| HSV(B) | 176.55º | 0.45% | 0.76% | - |
| XYZ | 34.54 | 45.38 | 55.08 | - |
| YUV | 167.42 | 140.18 | 84.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 194 | 189 | 0.45 | 0 | 0.03 | 0.24 | 176.55 | 0.42 | 0.59 |
| Hex | 6B | C2 | BD | 2D | 0 | 3 | 18 | B1 | 2A | 3B |
| Octal | 153 | 302 | 275 | 55 | 0 | 3 | 30 | 261 | 52 | 73 |
| Binary | 1101011 | 11000010 | 10111101 | 101101 | 0 | 11 | 11000 | 10110001 | 101010 | 111011 |
Color Harmonies of #6BC2BD
Complementary color
Monochromatic Colors of #6BC2BD
Black with #6BC2BD
Text Example
Text Example
White with #6BC2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC2BD; }
p { color: rgb(107,194,189); }
H1.HeaderClassName
{
color: #6BC2BD;
}
.AnyTagClassName
{
color: #6BC2BD;
}
</style>
background-color css
<style>
a { background-color: #6BC2BD; }
a { background-color: rgb(107,194,189); }
div.DivClassName
{
background-color: #6BC2BD;
}
.BgClassName
{
background-color: #6BC2BD;
}
</style>
border-color css
<style>
span { border-color: #6BC2BD; }
span { border-color: rgb(107,194,189); }
td.TdClassName
{
border-color: #6BC2BD;
}
.TagClassName
{
border-color: #6BC2BD;
}
</style>