Shades of Cosmic #6B505E
Tints of Cosmic #6B505E
RGB
CMYK
RGB Variations
Color information
#6B505E (or 0x6B505E) is known color: Cosmic. HEX triplet: 6B, 50 and 5E. RGB value is (107,80,94). Sum of RGB (Red+Green+Blue) = 107+80+94=281 (37% of max value = 765). Red value is 107 (42.19% from 255 or 38.08% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 94 (37.11% from 255 or 33.45% from 281); Max value from RGB is 107 - color contains mainly: red. Hex color #6B505E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B505E is #94AFA1. Grayscale: #595959. Windows color (decimal): -9744290 or 6180971. OLE color: 6180971.
HSL color Cylindrical-coordinate representation of color #6B505E: hue angle of 328.89º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6B505E is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 80 | 94 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.58 |
| HSL | 328.89º | 0.14% | 0.37% | - |
| HSV(B) | 328.89º | 0.25% | 0.42% | - |
| XYZ | 10.95 | 9.67 | 11.88 | - |
| YUV | 89.67 | 130.45 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 80 | 94 | 0 | 0.25 | 0.12 | 0.58 | 328.89 | 0.14 | 0.37 |
| Hex | 6B | 50 | 5E | 0 | 19 | C | 3A | 149 | E | 25 |
| Octal | 153 | 120 | 136 | 0 | 31 | 14 | 72 | 511 | 16 | 45 |
| Binary | 1101011 | 1010000 | 1011110 | 0 | 11001 | 1100 | 111010 | 101001001 | 1110 | 100101 |
Color Harmonies of #6B505E
Complementary color
Monochromatic Colors of #6B505E
Black with #6B505E
Text Example
Text Example
White with #6B505E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B505E; }
p { color: rgb(107,80,94); }
H1.HeaderClassName
{
color: #6B505E;
}
.AnyTagClassName
{
color: #6B505E;
}
</style>
background-color css
<style>
a { background-color: #6B505E; }
a { background-color: rgb(107,80,94); }
div.DivClassName
{
background-color: #6B505E;
}
.BgClassName
{
background-color: #6B505E;
}
</style>
border-color css
<style>
span { border-color: #6B505E; }
span { border-color: rgb(107,80,94); }
td.TdClassName
{
border-color: #6B505E;
}
.TagClassName
{
border-color: #6B505E;
}
</style>