Shades of Cosmic #6F505A
Tints of Cosmic #6F505A
RGB
CMYK
RGB Variations
Color information
#6F505A (or 0x6F505A) is known color: Cosmic. HEX triplet: 6F, 50 and 5A. RGB value is (111,80,90). Sum of RGB (Red+Green+Blue) = 111+80+90=281 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.50% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 111 - color contains mainly: red. Hex color #6F505A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F505A is #90AFA5. Grayscale: #5A5A5A. Windows color (decimal): -9482150 or 5918831. OLE color: 5918831.
HSL color Cylindrical-coordinate representation of color #6F505A: hue angle of 340.65º 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 #6F505A is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 80 | 90 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.56 |
| HSL | 340.65º | 0.16% | 0.37% | - |
| HSV(B) | 340.65º | 0.28% | 0.44% | - |
| XYZ | 11.27 | 9.86 | 10.98 | - |
| YUV | 90.41 | 127.77 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 80 | 90 | 0 | 0.28 | 0.19 | 0.56 | 340.65 | 0.16 | 0.37 |
| Hex | 6F | 50 | 5A | 0 | 1C | 13 | 38 | 155 | 10 | 25 |
| Octal | 157 | 120 | 132 | 0 | 34 | 23 | 70 | 525 | 20 | 45 |
| Binary | 1101111 | 1010000 | 1011010 | 0 | 11100 | 10011 | 111000 | 101010101 | 10000 | 100101 |
Color Harmonies of #6F505A
Complementary color
Monochromatic Colors of #6F505A
Black with #6F505A
Text Example
Text Example
White with #6F505A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F505A; }
p { color: rgb(111,80,90); }
H1.HeaderClassName
{
color: #6F505A;
}
.AnyTagClassName
{
color: #6F505A;
}
</style>
background-color css
<style>
a { background-color: #6F505A; }
a { background-color: rgb(111,80,90); }
div.DivClassName
{
background-color: #6F505A;
}
.BgClassName
{
background-color: #6F505A;
}
</style>
border-color css
<style>
span { border-color: #6F505A; }
span { border-color: rgb(111,80,90); }
td.TdClassName
{
border-color: #6F505A;
}
.TagClassName
{
border-color: #6F505A;
}
</style>