Shades of Downy #6FCDBF
Tints of Downy #6FCDBF
RGB
CMYK
RGB Variations
Color information
#6FCDBF (or 0x6FCDBF) is known color: Downy. HEX triplet: 6F, CD and BF. RGB value is (111,205,191). Sum of RGB (Red+Green+Blue) = 111+205+191=507 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.89% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 205 - color contains mainly: green. Hex color #6FCDBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCDBF is #903240. Grayscale: #AFAFAF. Windows color (decimal): -9450049 or 12569967. OLE color: 12569967.
HSL color Cylindrical-coordinate representation of color #6FCDBF: hue angle of 171.06º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FCDBF is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 205 | 191 | - |
| CMYK | 0.46 | 0 | 0.07 | 0.20 |
| HSL | 171.06º | 0.48% | 0.62% | - |
| HSV(B) | 171.06º | 0.46% | 0.8% | - |
| XYZ | 37.79 | 50.8 | 57.1 | - |
| YUV | 175.3 | 136.86 | 82.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 205 | 191 | 0.46 | 0 | 0.07 | 0.20 | 171.06 | 0.48 | 0.62 |
| Hex | 6F | CD | BF | 2E | 0 | 7 | 14 | AB | 30 | 3E |
| Octal | 157 | 315 | 277 | 56 | 0 | 7 | 24 | 253 | 60 | 76 |
| Binary | 1101111 | 11001101 | 10111111 | 101110 | 0 | 111 | 10100 | 10101011 | 110000 | 111110 |
Color Harmonies of #6FCDBF
Complementary color
Monochromatic Colors of #6FCDBF
Black with #6FCDBF
Text Example
Text Example
White with #6FCDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCDBF; }
p { color: rgb(111,205,191); }
H1.HeaderClassName
{
color: #6FCDBF;
}
.AnyTagClassName
{
color: #6FCDBF;
}
</style>
background-color css
<style>
a { background-color: #6FCDBF; }
a { background-color: rgb(111,205,191); }
div.DivClassName
{
background-color: #6FCDBF;
}
.BgClassName
{
background-color: #6FCDBF;
}
</style>
border-color css
<style>
span { border-color: #6FCDBF; }
span { border-color: rgb(111,205,191); }
td.TdClassName
{
border-color: #6FCDBF;
}
.TagClassName
{
border-color: #6FCDBF;
}
</style>