Shades of Downy #6FC1BE
Tints of Downy #6FC1BE
RGB
CMYK
RGB Variations
Color information
#6FC1BE (or 0x6FC1BE) is known color: Downy. HEX triplet: 6F, C1 and BE. RGB value is (111,193,190). Sum of RGB (Red+Green+Blue) = 111+193+190=494 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.47% from 494); Green value is 193 (75.78% from 255 or 39.07% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 193 - color contains mainly: green. Hex color #6FC1BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FC1BE is #903E41. Grayscale: #A8A8A8. Windows color (decimal): -9453122 or 12501359. OLE color: 12501359.
HSL color Cylindrical-coordinate representation of color #6FC1BE: hue angle of 177.8º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6FC1BE is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 111 | 193 | 190 | - |
| CMYK | 0.42 | 0 | 0.02 | 0.24 |
| HSL | 177.8º | 0.4% | 0.6% | - |
| HSV(B) | 177.8º | 0.42% | 0.76% | - |
| XYZ | 34.92 | 45.24 | 55.61 | - |
| YUV | 168.14 | 140.33 | 87.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 193 | 190 | 0.42 | 0 | 0.02 | 0.24 | 177.8 | 0.4 | 0.6 |
| Hex | 6F | C1 | BE | 2A | 0 | 2 | 18 | B2 | 28 | 3C |
| Octal | 157 | 301 | 276 | 52 | 0 | 2 | 30 | 262 | 50 | 74 |
| Binary | 1101111 | 11000001 | 10111110 | 101010 | 0 | 10 | 11000 | 10110010 | 101000 | 111100 |
Color Harmonies of #6FC1BE
Complementary color
Monochromatic Colors of #6FC1BE
Black with #6FC1BE
Text Example
Text Example
White with #6FC1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC1BE; }
p { color: rgb(111,193,190); }
H1.HeaderClassName
{
color: #6FC1BE;
}
.AnyTagClassName
{
color: #6FC1BE;
}
</style>
background-color css
<style>
a { background-color: #6FC1BE; }
a { background-color: rgb(111,193,190); }
div.DivClassName
{
background-color: #6FC1BE;
}
.BgClassName
{
background-color: #6FC1BE;
}
</style>
border-color css
<style>
span { border-color: #6FC1BE; }
span { border-color: rgb(111,193,190); }
td.TdClassName
{
border-color: #6FC1BE;
}
.TagClassName
{
border-color: #6FC1BE;
}
</style>