Shades of Downy #6FCABA
Tints of Downy #6FCABA
RGB
CMYK
RGB Variations
Color information
#6FCABA (or 0x6FCABA) is known color: Downy. HEX triplet: 6F, CA and BA. RGB value is (111,202,186). Sum of RGB (Red+Green+Blue) = 111+202+186=499 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.24% from 499); Green value is 202 (79.30% from 255 or 40.48% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 202 - color contains mainly: green. Hex color #6FCABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCABA is #903545. Grayscale: #ACACAC. Windows color (decimal): -9450822 or 12241519. OLE color: 12241519.
HSL color Cylindrical-coordinate representation of color #6FCABA: hue angle of 169.45º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6FCABA is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 111 | 202 | 186 | - |
| CMYK | 0.45 | 0 | 0.08 | 0.21 |
| HSL | 169.45º | 0.46% | 0.61% | - |
| HSV(B) | 169.45º | 0.45% | 0.79% | - |
| XYZ | 36.54 | 49.17 | 54.02 | - |
| YUV | 172.97 | 135.35 | 83.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 202 | 186 | 0.45 | 0 | 0.08 | 0.21 | 169.45 | 0.46 | 0.61 |
| Hex | 6F | CA | BA | 2D | 0 | 8 | 15 | A9 | 2E | 3D |
| Octal | 157 | 312 | 272 | 55 | 0 | 10 | 25 | 251 | 56 | 75 |
| Binary | 1101111 | 11001010 | 10111010 | 101101 | 0 | 1000 | 10101 | 10101001 | 101110 | 111101 |
Color Harmonies of #6FCABA
Complementary color
Monochromatic Colors of #6FCABA
Black with #6FCABA
Text Example
Text Example
White with #6FCABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCABA; }
p { color: rgb(111,202,186); }
H1.HeaderClassName
{
color: #6FCABA;
}
.AnyTagClassName
{
color: #6FCABA;
}
</style>
background-color css
<style>
a { background-color: #6FCABA; }
a { background-color: rgb(111,202,186); }
div.DivClassName
{
background-color: #6FCABA;
}
.BgClassName
{
background-color: #6FCABA;
}
</style>
border-color css
<style>
span { border-color: #6FCABA; }
span { border-color: rgb(111,202,186); }
td.TdClassName
{
border-color: #6FCABA;
}
.TagClassName
{
border-color: #6FCABA;
}
</style>