Shades of Downy #6BC2BF
Tints of Downy #6BC2BF
RGB
CMYK
RGB Variations
Color information
#6BC2BF (or 0x6BC2BF) is known color: Downy. HEX triplet: 6B, C2 and BF. RGB value is (107,194,191). Sum of RGB (Red+Green+Blue) = 107+194+191=492 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.75% from 492); Green value is 194 (76.17% from 255 or 39.43% from 492); Blue value is 191 (75% from 255 or 38.82% from 492); Max value from RGB is 194 - color contains mainly: green. Hex color #6BC2BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BC2BF is #943D40. Grayscale: #A7A7A7. Windows color (decimal): -9715009 or 12567147. OLE color: 12567147.
HSL color Cylindrical-coordinate representation of color #6BC2BF: hue angle of 177.93º 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 #6BC2BF is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 107 | 194 | 191 | - |
| CMYK | 0.45 | 0 | 0.02 | 0.24 |
| HSL | 177.93º | 0.42% | 0.59% | - |
| HSV(B) | 177.93º | 0.45% | 0.76% | - |
| XYZ | 34.76 | 45.47 | 56.23 | - |
| YUV | 167.65 | 141.18 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 194 | 191 | 0.45 | 0 | 0.02 | 0.24 | 177.93 | 0.42 | 0.59 |
| Hex | 6B | C2 | BF | 2D | 0 | 2 | 18 | B2 | 2A | 3B |
| Octal | 153 | 302 | 277 | 55 | 0 | 2 | 30 | 262 | 52 | 73 |
| Binary | 1101011 | 11000010 | 10111111 | 101101 | 0 | 10 | 11000 | 10110010 | 101010 | 111011 |
Color Harmonies of #6BC2BF
Complementary color
Monochromatic Colors of #6BC2BF
Black with #6BC2BF
Text Example
Text Example
White with #6BC2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC2BF; }
p { color: rgb(107,194,191); }
H1.HeaderClassName
{
color: #6BC2BF;
}
.AnyTagClassName
{
color: #6BC2BF;
}
</style>
background-color css
<style>
a { background-color: #6BC2BF; }
a { background-color: rgb(107,194,191); }
div.DivClassName
{
background-color: #6BC2BF;
}
.BgClassName
{
background-color: #6BC2BF;
}
</style>
border-color css
<style>
span { border-color: #6BC2BF; }
span { border-color: rgb(107,194,191); }
td.TdClassName
{
border-color: #6BC2BF;
}
.TagClassName
{
border-color: #6BC2BF;
}
</style>