Shades of Cosmic #6F535B
Tints of Cosmic #6F535B
RGB
CMYK
RGB Variations
Color information
#6F535B (or 0x6F535B) is known color: Cosmic. HEX triplet: 6F, 53 and 5B. RGB value is (111,83,91). Sum of RGB (Red+Green+Blue) = 111+83+91=285 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.95% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 91 (35.94% from 255 or 31.93% from 285); Max value from RGB is 111 - color contains mainly: red. Hex color #6F535B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F535B is #90ACA4. Grayscale: #5C5C5C. Windows color (decimal): -9481381 or 5985135. OLE color: 5985135.
HSL color Cylindrical-coordinate representation of color #6F535B: hue angle of 342.86º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6F535B is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 83 | 91 | - |
| CMYK | 0 | 0.25 | 0.18 | 0.56 |
| HSL | 342.86º | 0.14% | 0.38% | - |
| HSV(B) | 342.86º | 0.25% | 0.44% | - |
| XYZ | 11.54 | 10.32 | 11.28 | - |
| YUV | 92.28 | 127.28 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 83 | 91 | 0 | 0.25 | 0.18 | 0.56 | 342.86 | 0.14 | 0.38 |
| Hex | 6F | 53 | 5B | 0 | 19 | 12 | 38 | 157 | E | 26 |
| Octal | 157 | 123 | 133 | 0 | 31 | 22 | 70 | 527 | 16 | 46 |
| Binary | 1101111 | 1010011 | 1011011 | 0 | 11001 | 10010 | 111000 | 101010111 | 1110 | 100110 |
Color Harmonies of #6F535B
Complementary color
Monochromatic Colors of #6F535B
Black with #6F535B
Text Example
Text Example
White with #6F535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F535B; }
p { color: rgb(111,83,91); }
H1.HeaderClassName
{
color: #6F535B;
}
.AnyTagClassName
{
color: #6F535B;
}
</style>
background-color css
<style>
a { background-color: #6F535B; }
a { background-color: rgb(111,83,91); }
div.DivClassName
{
background-color: #6F535B;
}
.BgClassName
{
background-color: #6F535B;
}
</style>
border-color css
<style>
span { border-color: #6F535B; }
span { border-color: rgb(111,83,91); }
td.TdClassName
{
border-color: #6F535B;
}
.TagClassName
{
border-color: #6F535B;
}
</style>