Shades of Cosmic #6B535E
Tints of Cosmic #6B535E
RGB
CMYK
RGB Variations
Color information
#6B535E (or 0x6B535E) is known color: Cosmic. HEX triplet: 6B, 53 and 5E. RGB value is (107,83,94). Sum of RGB (Red+Green+Blue) = 107+83+94=284 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.68% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 107 - color contains mainly: red. Hex color #6B535E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B535E is #94ACA1. Grayscale: #5B5B5B. Windows color (decimal): -9743522 or 6181739. OLE color: 6181739.
HSL color Cylindrical-coordinate representation of color #6B535E: hue angle of 332.5º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6B535E is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 83 | 94 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.58 |
| HSL | 332.5º | 0.13% | 0.37% | - |
| HSV(B) | 332.5º | 0.22% | 0.42% | - |
| XYZ | 11.18 | 10.12 | 11.95 | - |
| YUV | 91.43 | 129.45 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 83 | 94 | 0 | 0.22 | 0.12 | 0.58 | 332.5 | 0.13 | 0.37 |
| Hex | 6B | 53 | 5E | 0 | 16 | C | 3A | 14C | D | 25 |
| Octal | 153 | 123 | 136 | 0 | 26 | 14 | 72 | 514 | 15 | 45 |
| Binary | 1101011 | 1010011 | 1011110 | 0 | 10110 | 1100 | 111010 | 101001100 | 1101 | 100101 |
Color Harmonies of #6B535E
Complementary color
Monochromatic Colors of #6B535E
Black with #6B535E
Text Example
Text Example
White with #6B535E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B535E; }
p { color: rgb(107,83,94); }
H1.HeaderClassName
{
color: #6B535E;
}
.AnyTagClassName
{
color: #6B535E;
}
</style>
background-color css
<style>
a { background-color: #6B535E; }
a { background-color: rgb(107,83,94); }
div.DivClassName
{
background-color: #6B535E;
}
.BgClassName
{
background-color: #6B535E;
}
</style>
border-color css
<style>
span { border-color: #6B535E; }
span { border-color: rgb(107,83,94); }
td.TdClassName
{
border-color: #6B535E;
}
.TagClassName
{
border-color: #6B535E;
}
</style>