Shades of Cosmic #6A535E
Tints of Cosmic #6A535E
RGB
CMYK
RGB Variations
Color information
#6A535E (or 0x6A535E) is known color: Cosmic. HEX triplet: 6A, 53 and 5E. RGB value is (106,83,94). Sum of RGB (Red+Green+Blue) = 106+83+94=283 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.46% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 106 - color contains mainly: red. Hex color #6A535E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A535E is #95ACA1. Grayscale: #5B5B5B. Windows color (decimal): -9809058 or 6181738. OLE color: 6181738.
HSL color Cylindrical-coordinate representation of color #6A535E: hue angle of 331.3º degrees, saturation: 0.12, 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 #6A535E is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 83 | 94 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.58 |
| HSL | 331.3º | 0.12% | 0.37% | - |
| HSV(B) | 331.3º | 0.22% | 0.42% | - |
| XYZ | 11.06 | 10.06 | 11.95 | - |
| YUV | 91.13 | 129.62 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 83 | 94 | 0 | 0.22 | 0.11 | 0.58 | 331.3 | 0.12 | 0.37 |
| Hex | 6A | 53 | 5E | 0 | 16 | B | 3A | 14B | C | 25 |
| Octal | 152 | 123 | 136 | 0 | 26 | 13 | 72 | 513 | 14 | 45 |
| Binary | 1101010 | 1010011 | 1011110 | 0 | 10110 | 1011 | 111010 | 101001011 | 1100 | 100101 |
Color Harmonies of #6A535E
Complementary color
Monochromatic Colors of #6A535E
Black with #6A535E
Text Example
Text Example
White with #6A535E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A535E; }
p { color: rgb(106,83,94); }
H1.HeaderClassName
{
color: #6A535E;
}
.AnyTagClassName
{
color: #6A535E;
}
</style>
background-color css
<style>
a { background-color: #6A535E; }
a { background-color: rgb(106,83,94); }
div.DivClassName
{
background-color: #6A535E;
}
.BgClassName
{
background-color: #6A535E;
}
</style>
border-color css
<style>
span { border-color: #6A535E; }
span { border-color: rgb(106,83,94); }
td.TdClassName
{
border-color: #6A535E;
}
.TagClassName
{
border-color: #6A535E;
}
</style>