Shades of Cosmic #6F505C
Tints of Cosmic #6F505C
RGB
CMYK
RGB Variations
Color information
#6F505C (or 0x6F505C) is known color: Cosmic. HEX triplet: 6F, 50 and 5C. RGB value is (111,80,92). Sum of RGB (Red+Green+Blue) = 111+80+92=283 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.22% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 111 - color contains mainly: red. Hex color #6F505C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F505C is #90AFA3. Grayscale: #5A5A5A. Windows color (decimal): -9482148 or 6049903. OLE color: 6049903.
HSL color Cylindrical-coordinate representation of color #6F505C: hue angle of 336.77º 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 #6F505C is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 80 | 92 | - |
| CMYK | 0 | 0.28 | 0.17 | 0.56 |
| HSL | 336.77º | 0.16% | 0.37% | - |
| HSV(B) | 336.77º | 0.28% | 0.44% | - |
| XYZ | 11.36 | 9.89 | 11.44 | - |
| YUV | 90.64 | 128.77 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 80 | 92 | 0 | 0.28 | 0.17 | 0.56 | 336.77 | 0.16 | 0.37 |
| Hex | 6F | 50 | 5C | 0 | 1C | 11 | 38 | 151 | 10 | 25 |
| Octal | 157 | 120 | 134 | 0 | 34 | 21 | 70 | 521 | 20 | 45 |
| Binary | 1101111 | 1010000 | 1011100 | 0 | 11100 | 10001 | 111000 | 101010001 | 10000 | 100101 |
Color Harmonies of #6F505C
Complementary color
Monochromatic Colors of #6F505C
Black with #6F505C
Text Example
Text Example
White with #6F505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F505C; }
p { color: rgb(111,80,92); }
H1.HeaderClassName
{
color: #6F505C;
}
.AnyTagClassName
{
color: #6F505C;
}
</style>
background-color css
<style>
a { background-color: #6F505C; }
a { background-color: rgb(111,80,92); }
div.DivClassName
{
background-color: #6F505C;
}
.BgClassName
{
background-color: #6F505C;
}
</style>
border-color css
<style>
span { border-color: #6F505C; }
span { border-color: rgb(111,80,92); }
td.TdClassName
{
border-color: #6F505C;
}
.TagClassName
{
border-color: #6F505C;
}
</style>