Shades of Cosmic #6F545E
Tints of Cosmic #6F545E
RGB
CMYK
RGB Variations
Color information
#6F545E (or 0x6F545E) is known color: Cosmic. HEX triplet: 6F, 54 and 5E. RGB value is (111,84,94). Sum of RGB (Red+Green+Blue) = 111+84+94=289 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.41% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 111 - color contains mainly: red. Hex color #6F545E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F545E is #90ABA1. Grayscale: #5D5D5D. Windows color (decimal): -9481122 or 6181999. OLE color: 6181999.
HSL color Cylindrical-coordinate representation of color #6F545E: hue angle of 337.78º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6F545E is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 84 | 94 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.56 |
| HSL | 337.78º | 0.14% | 0.38% | - |
| HSV(B) | 337.78º | 0.24% | 0.44% | - |
| XYZ | 11.75 | 10.53 | 12 | - |
| YUV | 93.21 | 128.45 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 84 | 94 | 0 | 0.24 | 0.15 | 0.56 | 337.78 | 0.14 | 0.38 |
| Hex | 6F | 54 | 5E | 0 | 18 | F | 38 | 152 | E | 26 |
| Octal | 157 | 124 | 136 | 0 | 30 | 17 | 70 | 522 | 16 | 46 |
| Binary | 1101111 | 1010100 | 1011110 | 0 | 11000 | 1111 | 111000 | 101010010 | 1110 | 100110 |
Color Harmonies of #6F545E
Complementary color
Monochromatic Colors of #6F545E
Black with #6F545E
Text Example
Text Example
White with #6F545E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F545E; }
p { color: rgb(111,84,94); }
H1.HeaderClassName
{
color: #6F545E;
}
.AnyTagClassName
{
color: #6F545E;
}
</style>
background-color css
<style>
a { background-color: #6F545E; }
a { background-color: rgb(111,84,94); }
div.DivClassName
{
background-color: #6F545E;
}
.BgClassName
{
background-color: #6F545E;
}
</style>
border-color css
<style>
span { border-color: #6F545E; }
span { border-color: rgb(111,84,94); }
td.TdClassName
{
border-color: #6F545E;
}
.TagClassName
{
border-color: #6F545E;
}
</style>