Shades of Cosmic #6A5761
Tints of Cosmic #6A5761
RGB
CMYK
RGB Variations
Color information
#6A5761 (or 0x6A5761) is known color: Cosmic. HEX triplet: 6A, 57 and 61. RGB value is (106,87,97). Sum of RGB (Red+Green+Blue) = 106+87+97=290 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.55% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 97 (38.28% from 255 or 33.45% from 290); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5761 is #95A89E. Grayscale: #5D5D5D. Windows color (decimal): -9808031 or 6379370. OLE color: 6379370.
HSL color Cylindrical-coordinate representation of color #6A5761: hue angle of 328.42º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6A5761 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 87 | 97 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.58 |
| HSL | 328.42º | 0.1% | 0.38% | - |
| HSV(B) | 328.42º | 0.18% | 0.42% | - |
| XYZ | 11.51 | 10.74 | 12.78 | - |
| YUV | 93.82 | 129.79 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 87 | 97 | 0 | 0.18 | 0.08 | 0.58 | 328.42 | 0.1 | 0.38 |
| Hex | 6A | 57 | 61 | 0 | 12 | 8 | 3A | 148 | A | 26 |
| Octal | 152 | 127 | 141 | 0 | 22 | 10 | 72 | 510 | 12 | 46 |
| Binary | 1101010 | 1010111 | 1100001 | 0 | 10010 | 1000 | 111010 | 101001000 | 1010 | 100110 |
Color Harmonies of #6A5761
Complementary color
Monochromatic Colors of #6A5761
Black with #6A5761
Text Example
Text Example
White with #6A5761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5761; }
p { color: rgb(106,87,97); }
H1.HeaderClassName
{
color: #6A5761;
}
.AnyTagClassName
{
color: #6A5761;
}
</style>
background-color css
<style>
a { background-color: #6A5761; }
a { background-color: rgb(106,87,97); }
div.DivClassName
{
background-color: #6A5761;
}
.BgClassName
{
background-color: #6A5761;
}
</style>
border-color css
<style>
span { border-color: #6A5761; }
span { border-color: rgb(106,87,97); }
td.TdClassName
{
border-color: #6A5761;
}
.TagClassName
{
border-color: #6A5761;
}
</style>