Shades of Cosmic #6D565F
Tints of Cosmic #6D565F
RGB
CMYK
RGB Variations
Color information
#6D565F (or 0x6D565F) is known color: Cosmic. HEX triplet: 6D, 56 and 5F. RGB value is (109,86,95). Sum of RGB (Red+Green+Blue) = 109+86+95=290 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.59% from 290); Green value is 86 (33.98% from 255 or 29.66% from 290); Blue value is 95 (37.5% from 255 or 32.76% from 290); Max value from RGB is 109 - color contains mainly: red. Hex color #6D565F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D565F is #92A9A0. Grayscale: #5D5D5D. Windows color (decimal): -9611681 or 6248045. OLE color: 6248045.
HSL color Cylindrical-coordinate representation of color #6D565F: hue angle of 336.52º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6D565F is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 86 | 95 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.57 |
| HSL | 336.52º | 0.12% | 0.38% | - |
| HSV(B) | 336.52º | 0.21% | 0.43% | - |
| XYZ | 11.7 | 10.73 | 12.28 | - |
| YUV | 93.9 | 128.62 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 86 | 95 | 0 | 0.21 | 0.13 | 0.57 | 336.52 | 0.12 | 0.38 |
| Hex | 6D | 56 | 5F | 0 | 15 | D | 39 | 151 | C | 26 |
| Octal | 155 | 126 | 137 | 0 | 25 | 15 | 71 | 521 | 14 | 46 |
| Binary | 1101101 | 1010110 | 1011111 | 0 | 10101 | 1101 | 111001 | 101010001 | 1100 | 100110 |
Color Harmonies of #6D565F
Complementary color
Monochromatic Colors of #6D565F
Black with #6D565F
Text Example
Text Example
White with #6D565F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D565F; }
p { color: rgb(109,86,95); }
H1.HeaderClassName
{
color: #6D565F;
}
.AnyTagClassName
{
color: #6D565F;
}
</style>
background-color css
<style>
a { background-color: #6D565F; }
a { background-color: rgb(109,86,95); }
div.DivClassName
{
background-color: #6D565F;
}
.BgClassName
{
background-color: #6D565F;
}
</style>
border-color css
<style>
span { border-color: #6D565F; }
span { border-color: rgb(109,86,95); }
td.TdClassName
{
border-color: #6D565F;
}
.TagClassName
{
border-color: #6D565F;
}
</style>