Shades of Cosmic #6B515E
Tints of Cosmic #6B515E
RGB
CMYK
RGB Variations
Color information
#6B515E (or 0x6B515E) is known color: Cosmic. HEX triplet: 6B, 51 and 5E. RGB value is (107,81,94). Sum of RGB (Red+Green+Blue) = 107+81+94=282 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.94% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 107 - color contains mainly: red. Hex color #6B515E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B515E is #94AEA1. Grayscale: #5A5A5A. Windows color (decimal): -9744034 or 6181227. OLE color: 6181227.
HSL color Cylindrical-coordinate representation of color #6B515E: hue angle of 330º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6B515E is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 81 | 94 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.58 |
| HSL | 330º | 0.14% | 0.37% | - |
| HSV(B) | 330º | 0.24% | 0.42% | - |
| XYZ | 11.03 | 9.82 | 11.9 | - |
| YUV | 90.26 | 130.11 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 81 | 94 | 0 | 0.24 | 0.12 | 0.58 | 330 | 0.14 | 0.37 |
| Hex | 6B | 51 | 5E | 0 | 18 | C | 3A | 14A | E | 25 |
| Octal | 153 | 121 | 136 | 0 | 30 | 14 | 72 | 512 | 16 | 45 |
| Binary | 1101011 | 1010001 | 1011110 | 0 | 11000 | 1100 | 111010 | 101001010 | 1110 | 100101 |
Color Harmonies of #6B515E
Complementary color
Monochromatic Colors of #6B515E
Black with #6B515E
Text Example
Text Example
White with #6B515E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B515E; }
p { color: rgb(107,81,94); }
H1.HeaderClassName
{
color: #6B515E;
}
.AnyTagClassName
{
color: #6B515E;
}
</style>
background-color css
<style>
a { background-color: #6B515E; }
a { background-color: rgb(107,81,94); }
div.DivClassName
{
background-color: #6B515E;
}
.BgClassName
{
background-color: #6B515E;
}
</style>
border-color css
<style>
span { border-color: #6B515E; }
span { border-color: rgb(107,81,94); }
td.TdClassName
{
border-color: #6B515E;
}
.TagClassName
{
border-color: #6B515E;
}
</style>