Shades of Cosmic #6F505D
Tints of Cosmic #6F505D
RGB
CMYK
RGB Variations
Color information
#6F505D (or 0x6F505D) is known color: Cosmic. HEX triplet: 6F, 50 and 5D. RGB value is (111,80,93). Sum of RGB (Red+Green+Blue) = 111+80+93=284 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.08% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 111 - color contains mainly: red. Hex color #6F505D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F505D is #90AFA2. Grayscale: #5A5A5A. Windows color (decimal): -9482147 or 6115439. OLE color: 6115439.
HSL color Cylindrical-coordinate representation of color #6F505D: hue angle of 334.84º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6F505D is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 80 | 93 | - |
| CMYK | 0 | 0.28 | 0.16 | 0.56 |
| HSL | 334.84º | 0.16% | 0.37% | - |
| HSV(B) | 334.84º | 0.28% | 0.44% | - |
| XYZ | 11.4 | 9.91 | 11.67 | - |
| YUV | 90.75 | 129.27 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 80 | 93 | 0 | 0.28 | 0.16 | 0.56 | 334.84 | 0.16 | 0.37 |
| Hex | 6F | 50 | 5D | 0 | 1C | 10 | 38 | 14F | 10 | 25 |
| Octal | 157 | 120 | 135 | 0 | 34 | 20 | 70 | 517 | 20 | 45 |
| Binary | 1101111 | 1010000 | 1011101 | 0 | 11100 | 10000 | 111000 | 101001111 | 10000 | 100101 |
Color Harmonies of #6F505D
Complementary color
Monochromatic Colors of #6F505D
Black with #6F505D
Text Example
Text Example
White with #6F505D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F505D; }
p { color: rgb(111,80,93); }
H1.HeaderClassName
{
color: #6F505D;
}
.AnyTagClassName
{
color: #6F505D;
}
</style>
background-color css
<style>
a { background-color: #6F505D; }
a { background-color: rgb(111,80,93); }
div.DivClassName
{
background-color: #6F505D;
}
.BgClassName
{
background-color: #6F505D;
}
</style>
border-color css
<style>
span { border-color: #6F505D; }
span { border-color: rgb(111,80,93); }
td.TdClassName
{
border-color: #6F505D;
}
.TagClassName
{
border-color: #6F505D;
}
</style>