Shades of Cosmic #6A5461
Tints of Cosmic #6A5461
RGB
CMYK
RGB Variations
Color information
#6A5461 (or 0x6A5461) is known color: Cosmic. HEX triplet: 6A, 54 and 61. RGB value is (106,84,97). Sum of RGB (Red+Green+Blue) = 106+84+97=287 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.93% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 97 (38.28% from 255 or 33.80% from 287); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5461 is #95AB9E. Grayscale: #5C5C5C. Windows color (decimal): -9808799 or 6378602. OLE color: 6378602.
HSL color Cylindrical-coordinate representation of color #6A5461: hue angle of 324.55º 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 #6A5461 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 84 | 97 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.58 |
| HSL | 324.55º | 0.12% | 0.37% | - |
| HSV(B) | 324.55º | 0.21% | 0.42% | - |
| XYZ | 11.27 | 10.27 | 12.7 | - |
| YUV | 92.06 | 130.79 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 84 | 97 | 0 | 0.21 | 0.08 | 0.58 | 324.55 | 0.12 | 0.37 |
| Hex | 6A | 54 | 61 | 0 | 15 | 8 | 3A | 145 | C | 25 |
| Octal | 152 | 124 | 141 | 0 | 25 | 10 | 72 | 505 | 14 | 45 |
| Binary | 1101010 | 1010100 | 1100001 | 0 | 10101 | 1000 | 111010 | 101000101 | 1100 | 100101 |
Color Harmonies of #6A5461
Complementary color
Monochromatic Colors of #6A5461
Black with #6A5461
Text Example
Text Example
White with #6A5461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5461; }
p { color: rgb(106,84,97); }
H1.HeaderClassName
{
color: #6A5461;
}
.AnyTagClassName
{
color: #6A5461;
}
</style>
background-color css
<style>
a { background-color: #6A5461; }
a { background-color: rgb(106,84,97); }
div.DivClassName
{
background-color: #6A5461;
}
.BgClassName
{
background-color: #6A5461;
}
</style>
border-color css
<style>
span { border-color: #6A5461; }
span { border-color: rgb(106,84,97); }
td.TdClassName
{
border-color: #6A5461;
}
.TagClassName
{
border-color: #6A5461;
}
</style>