Shades of Cosmic #6D5965
Tints of Cosmic #6D5965
RGB
CMYK
RGB Variations
Color information
#6D5965 (or 0x6D5965) is known color: Cosmic. HEX triplet: 6D, 59 and 65. RGB value is (109,89,101). Sum of RGB (Red+Green+Blue) = 109+89+101=299 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.45% from 299); Green value is 89 (35.16% from 255 or 29.77% from 299); Blue value is 101 (39.84% from 255 or 33.78% from 299); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5965 is #92A69A. Grayscale: #606060. Windows color (decimal): -9610907 or 6642029. OLE color: 6642029.
HSL color Cylindrical-coordinate representation of color #6D5965: hue angle of 324º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6D5965 is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 89 | 101 | - |
| CMYK | 0 | 0.18 | 0.07 | 0.57 |
| HSL | 324º | 0.1% | 0.39% | - |
| HSV(B) | 324º | 0.18% | 0.43% | - |
| XYZ | 12.23 | 11.34 | 13.86 | - |
| YUV | 96.35 | 130.63 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 89 | 101 | 0 | 0.18 | 0.07 | 0.57 | 324 | 0.1 | 0.39 |
| Hex | 6D | 59 | 65 | 0 | 12 | 7 | 39 | 144 | A | 27 |
| Octal | 155 | 131 | 145 | 0 | 22 | 7 | 71 | 504 | 12 | 47 |
| Binary | 1101101 | 1011001 | 1100101 | 0 | 10010 | 111 | 111001 | 101000100 | 1010 | 100111 |
Color Harmonies of #6D5965
Complementary color
Monochromatic Colors of #6D5965
Black with #6D5965
Text Example
Text Example
White with #6D5965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5965; }
p { color: rgb(109,89,101); }
H1.HeaderClassName
{
color: #6D5965;
}
.AnyTagClassName
{
color: #6D5965;
}
</style>
background-color css
<style>
a { background-color: #6D5965; }
a { background-color: rgb(109,89,101); }
div.DivClassName
{
background-color: #6D5965;
}
.BgClassName
{
background-color: #6D5965;
}
</style>
border-color css
<style>
span { border-color: #6D5965; }
span { border-color: rgb(109,89,101); }
td.TdClassName
{
border-color: #6D5965;
}
.TagClassName
{
border-color: #6D5965;
}
</style>