Shades of Cosmic #6F545D
Tints of Cosmic #6F545D
RGB
CMYK
RGB Variations
Color information
#6F545D (or 0x6F545D) is known color: Cosmic. HEX triplet: 6F, 54 and 5D. RGB value is (111,84,93). Sum of RGB (Red+Green+Blue) = 111+84+93=288 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.54% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 111 - color contains mainly: red. Hex color #6F545D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F545D is #90ABA2. Grayscale: #5D5D5D. Windows color (decimal): -9481123 or 6116463. OLE color: 6116463.
HSL color Cylindrical-coordinate representation of color #6F545D: hue angle of 340º 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 #6F545D is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 84 | 93 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.56 |
| HSL | 340º | 0.14% | 0.38% | - |
| HSV(B) | 340º | 0.24% | 0.44% | - |
| XYZ | 11.7 | 10.51 | 11.77 | - |
| YUV | 93.1 | 127.95 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 84 | 93 | 0 | 0.24 | 0.16 | 0.56 | 340 | 0.14 | 0.38 |
| Hex | 6F | 54 | 5D | 0 | 18 | 10 | 38 | 154 | E | 26 |
| Octal | 157 | 124 | 135 | 0 | 30 | 20 | 70 | 524 | 16 | 46 |
| Binary | 1101111 | 1010100 | 1011101 | 0 | 11000 | 10000 | 111000 | 101010100 | 1110 | 100110 |
Color Harmonies of #6F545D
Complementary color
Monochromatic Colors of #6F545D
Black with #6F545D
Text Example
Text Example
White with #6F545D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F545D; }
p { color: rgb(111,84,93); }
H1.HeaderClassName
{
color: #6F545D;
}
.AnyTagClassName
{
color: #6F545D;
}
</style>
background-color css
<style>
a { background-color: #6F545D; }
a { background-color: rgb(111,84,93); }
div.DivClassName
{
background-color: #6F545D;
}
.BgClassName
{
background-color: #6F545D;
}
</style>
border-color css
<style>
span { border-color: #6F545D; }
span { border-color: rgb(111,84,93); }
td.TdClassName
{
border-color: #6F545D;
}
.TagClassName
{
border-color: #6F545D;
}
</style>