Shades of Cosmic #6A5460
Tints of Cosmic #6A5460
RGB
CMYK
RGB Variations
Color information
#6A5460 (or 0x6A5460) is known color: Cosmic. HEX triplet: 6A, 54 and 60. RGB value is (106,84,96). Sum of RGB (Red+Green+Blue) = 106+84+96=286 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.06% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 96 (37.89% from 255 or 33.57% from 286); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5460 is #95AB9F. Grayscale: #5B5B5B. Windows color (decimal): -9808800 or 6313066. OLE color: 6313066.
HSL color Cylindrical-coordinate representation of color #6A5460: hue angle of 327.27º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6A5460 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 84 | 96 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.58 |
| HSL | 327.27º | 0.12% | 0.37% | - |
| HSV(B) | 327.27º | 0.21% | 0.42% | - |
| XYZ | 11.23 | 10.25 | 12.45 | - |
| YUV | 91.95 | 130.29 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 84 | 96 | 0 | 0.21 | 0.09 | 0.58 | 327.27 | 0.12 | 0.37 |
| Hex | 6A | 54 | 60 | 0 | 15 | 9 | 3A | 147 | C | 25 |
| Octal | 152 | 124 | 140 | 0 | 25 | 11 | 72 | 507 | 14 | 45 |
| Binary | 1101010 | 1010100 | 1100000 | 0 | 10101 | 1001 | 111010 | 101000111 | 1100 | 100101 |
Color Harmonies of #6A5460
Complementary color
Monochromatic Colors of #6A5460
Black with #6A5460
Text Example
Text Example
White with #6A5460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5460; }
p { color: rgb(106,84,96); }
H1.HeaderClassName
{
color: #6A5460;
}
.AnyTagClassName
{
color: #6A5460;
}
</style>
background-color css
<style>
a { background-color: #6A5460; }
a { background-color: rgb(106,84,96); }
div.DivClassName
{
background-color: #6A5460;
}
.BgClassName
{
background-color: #6A5460;
}
</style>
border-color css
<style>
span { border-color: #6A5460; }
span { border-color: rgb(106,84,96); }
td.TdClassName
{
border-color: #6A5460;
}
.TagClassName
{
border-color: #6A5460;
}
</style>