Shades of Downy #6FC5BC
Tints of Downy #6FC5BC
RGB
CMYK
RGB Variations
Color information
#6FC5BC (or 0x6FC5BC) is known color: Downy. HEX triplet: 6F, C5 and BC. RGB value is (111,197,188). Sum of RGB (Red+Green+Blue) = 111+197+188=496 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.38% from 496); Green value is 197 (77.34% from 255 or 39.72% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 197 - color contains mainly: green. Hex color #6FC5BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FC5BC is #903A43. Grayscale: #AAAAAA. Windows color (decimal): -9452100 or 12371311. OLE color: 12371311.
HSL color Cylindrical-coordinate representation of color #6FC5BC: hue angle of 173.72º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6FC5BC is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 111 | 197 | 188 | - |
| CMYK | 0.44 | 0 | 0.05 | 0.23 |
| HSL | 173.72º | 0.43% | 0.6% | - |
| HSV(B) | 173.72º | 0.44% | 0.77% | - |
| XYZ | 35.6 | 46.94 | 54.76 | - |
| YUV | 170.26 | 138.01 | 85.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 197 | 188 | 0.44 | 0 | 0.05 | 0.23 | 173.72 | 0.43 | 0.6 |
| Hex | 6F | C5 | BC | 2C | 0 | 5 | 17 | AE | 2B | 3C |
| Octal | 157 | 305 | 274 | 54 | 0 | 5 | 27 | 256 | 53 | 74 |
| Binary | 1101111 | 11000101 | 10111100 | 101100 | 0 | 101 | 10111 | 10101110 | 101011 | 111100 |
Color Harmonies of #6FC5BC
Complementary color
Monochromatic Colors of #6FC5BC
Black with #6FC5BC
Text Example
Text Example
White with #6FC5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC5BC; }
p { color: rgb(111,197,188); }
H1.HeaderClassName
{
color: #6FC5BC;
}
.AnyTagClassName
{
color: #6FC5BC;
}
</style>
background-color css
<style>
a { background-color: #6FC5BC; }
a { background-color: rgb(111,197,188); }
div.DivClassName
{
background-color: #6FC5BC;
}
.BgClassName
{
background-color: #6FC5BC;
}
</style>
border-color css
<style>
span { border-color: #6FC5BC; }
span { border-color: rgb(111,197,188); }
td.TdClassName
{
border-color: #6FC5BC;
}
.TagClassName
{
border-color: #6FC5BC;
}
</style>