Shades of Downy #6FCFBF
Tints of Downy #6FCFBF
RGB
CMYK
RGB Variations
Color information
#6FCFBF (or 0x6FCFBF) is known color: Downy. HEX triplet: 6F, CF and BF. RGB value is (111,207,191). Sum of RGB (Red+Green+Blue) = 111+207+191=509 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.81% from 509); Green value is 207 (81.25% from 255 or 40.67% from 509); Blue value is 191 (75% from 255 or 37.52% from 509); Max value from RGB is 207 - color contains mainly: green. Hex color #6FCFBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCFBF is #903040. Grayscale: #B0B0B0. Windows color (decimal): -9449537 or 12570479. OLE color: 12570479.
HSL color Cylindrical-coordinate representation of color #6FCFBF: hue angle of 170º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FCFBF is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 207 | 191 | - |
| CMYK | 0.46 | 0 | 0.08 | 0.19 |
| HSL | 170º | 0.5% | 0.62% | - |
| HSV(B) | 170º | 0.46% | 0.81% | - |
| XYZ | 38.27 | 51.77 | 57.27 | - |
| YUV | 176.47 | 136.2 | 81.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 207 | 191 | 0.46 | 0 | 0.08 | 0.19 | 170 | 0.5 | 0.62 |
| Hex | 6F | CF | BF | 2E | 0 | 8 | 13 | AA | 32 | 3E |
| Octal | 157 | 317 | 277 | 56 | 0 | 10 | 23 | 252 | 62 | 76 |
| Binary | 1101111 | 11001111 | 10111111 | 101110 | 0 | 1000 | 10011 | 10101010 | 110010 | 111110 |
Color Harmonies of #6FCFBF
Complementary color
Monochromatic Colors of #6FCFBF
Black with #6FCFBF
Text Example
Text Example
White with #6FCFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCFBF; }
p { color: rgb(111,207,191); }
H1.HeaderClassName
{
color: #6FCFBF;
}
.AnyTagClassName
{
color: #6FCFBF;
}
</style>
background-color css
<style>
a { background-color: #6FCFBF; }
a { background-color: rgb(111,207,191); }
div.DivClassName
{
background-color: #6FCFBF;
}
.BgClassName
{
background-color: #6FCFBF;
}
</style>
border-color css
<style>
span { border-color: #6FCFBF; }
span { border-color: rgb(111,207,191); }
td.TdClassName
{
border-color: #6FCFBF;
}
.TagClassName
{
border-color: #6FCFBF;
}
</style>