Shades of Cosmic #6F5061
Tints of Cosmic #6F5061
RGB
CMYK
RGB Variations
Color information
#6F5061 (or 0x6F5061) is known color: Cosmic. HEX triplet: 6F, 50 and 61. RGB value is (111,80,97). Sum of RGB (Red+Green+Blue) = 111+80+97=288 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.54% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 97 (38.28% from 255 or 33.68% from 288); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5061 is #90AF9E. Grayscale: #5B5B5B. Windows color (decimal): -9482143 or 6377583. OLE color: 6377583.
HSL color Cylindrical-coordinate representation of color #6F5061: hue angle of 327.1º 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 #6F5061 is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 80 | 97 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.56 |
| HSL | 327.1º | 0.16% | 0.37% | - |
| HSV(B) | 327.1º | 0.28% | 0.44% | - |
| XYZ | 11.58 | 9.98 | 12.63 | - |
| YUV | 91.21 | 131.27 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 80 | 97 | 0 | 0.28 | 0.13 | 0.56 | 327.1 | 0.16 | 0.37 |
| Hex | 6F | 50 | 61 | 0 | 1C | D | 38 | 147 | 10 | 25 |
| Octal | 157 | 120 | 141 | 0 | 34 | 15 | 70 | 507 | 20 | 45 |
| Binary | 1101111 | 1010000 | 1100001 | 0 | 11100 | 1101 | 111000 | 101000111 | 10000 | 100101 |
Color Harmonies of #6F5061
Complementary color
Monochromatic Colors of #6F5061
Black with #6F5061
Text Example
Text Example
White with #6F5061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5061; }
p { color: rgb(111,80,97); }
H1.HeaderClassName
{
color: #6F5061;
}
.AnyTagClassName
{
color: #6F5061;
}
</style>
background-color css
<style>
a { background-color: #6F5061; }
a { background-color: rgb(111,80,97); }
div.DivClassName
{
background-color: #6F5061;
}
.BgClassName
{
background-color: #6F5061;
}
</style>
border-color css
<style>
span { border-color: #6F5061; }
span { border-color: rgb(111,80,97); }
td.TdClassName
{
border-color: #6F5061;
}
.TagClassName
{
border-color: #6F5061;
}
</style>