Shades of Downy #6FCBB7
Tints of Downy #6FCBB7
RGB
CMYK
RGB Variations
Color information
#6FCBB7 (or 0x6FCBB7) is known color: Downy. HEX triplet: 6F, CB and B7. RGB value is (111,203,183). Sum of RGB (Red+Green+Blue) = 111+203+183=497 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.33% from 497); Green value is 203 (79.69% from 255 or 40.85% from 497); Blue value is 183 (71.88% from 255 or 36.82% from 497); Max value from RGB is 203 - color contains mainly: green. Hex color #6FCBB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCBB7 is #903448. Grayscale: #ADADAD. Windows color (decimal): -9450569 or 12045167. OLE color: 12045167.
HSL color Cylindrical-coordinate representation of color #6FCBB7: hue angle of 166.96º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6FCBB7 is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 203 | 183 | - |
| CMYK | 0.45 | 0 | 0.10 | 0.20 |
| HSL | 166.96º | 0.47% | 0.62% | - |
| HSV(B) | 166.96º | 0.45% | 0.8% | - |
| XYZ | 36.46 | 49.51 | 52.43 | - |
| YUV | 173.21 | 133.52 | 83.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 203 | 183 | 0.45 | 0 | 0.10 | 0.20 | 166.96 | 0.47 | 0.62 |
| Hex | 6F | CB | B7 | 2D | 0 | A | 14 | A7 | 2F | 3E |
| Octal | 157 | 313 | 267 | 55 | 0 | 12 | 24 | 247 | 57 | 76 |
| Binary | 1101111 | 11001011 | 10110111 | 101101 | 0 | 1010 | 10100 | 10100111 | 101111 | 111110 |
Color Harmonies of #6FCBB7
Complementary color
Monochromatic Colors of #6FCBB7
Black with #6FCBB7
Text Example
Text Example
White with #6FCBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCBB7; }
p { color: rgb(111,203,183); }
H1.HeaderClassName
{
color: #6FCBB7;
}
.AnyTagClassName
{
color: #6FCBB7;
}
</style>
background-color css
<style>
a { background-color: #6FCBB7; }
a { background-color: rgb(111,203,183); }
div.DivClassName
{
background-color: #6FCBB7;
}
.BgClassName
{
background-color: #6FCBB7;
}
</style>
border-color css
<style>
span { border-color: #6FCBB7; }
span { border-color: rgb(111,203,183); }
td.TdClassName
{
border-color: #6FCBB7;
}
.TagClassName
{
border-color: #6FCBB7;
}
</style>