Shades of Cosmic #6D4361
Tints of Cosmic #6D4361
RGB
CMYK
RGB Variations
Color information
#6D4361 (or 0x6D4361) is known color: Cosmic. HEX triplet: 6D, 43 and 61. RGB value is (109,67,97). Sum of RGB (Red+Green+Blue) = 109+67+97=273 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.93% from 273); Green value is 67 (26.56% from 255 or 24.54% from 273); Blue value is 97 (38.28% from 255 or 35.53% from 273); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4361 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4361 is #92BC9E. Grayscale: #525252. Windows color (decimal): -9616543 or 6374253. OLE color: 6374253.
HSL color Cylindrical-coordinate representation of color #6D4361: hue angle of 317.14º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6D4361 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 67 | 97 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.57 |
| HSL | 317.14º | 0.24% | 0.35% | - |
| HSV(B) | 317.14º | 0.39% | 0.43% | - |
| XYZ | 10.47 | 8.13 | 12.33 | - |
| YUV | 82.98 | 135.91 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 67 | 97 | 0 | 0.39 | 0.11 | 0.57 | 317.14 | 0.24 | 0.35 |
| Hex | 6D | 43 | 61 | 0 | 27 | B | 39 | 13D | 18 | 23 |
| Octal | 155 | 103 | 141 | 0 | 47 | 13 | 71 | 475 | 30 | 43 |
| Binary | 1101101 | 1000011 | 1100001 | 0 | 100111 | 1011 | 111001 | 100111101 | 11000 | 100011 |
Color Harmonies of #6D4361
Complementary color
Monochromatic Colors of #6D4361
Black with #6D4361
Text Example
Text Example
White with #6D4361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4361; }
p { color: rgb(109,67,97); }
H1.HeaderClassName
{
color: #6D4361;
}
.AnyTagClassName
{
color: #6D4361;
}
</style>
background-color css
<style>
a { background-color: #6D4361; }
a { background-color: rgb(109,67,97); }
div.DivClassName
{
background-color: #6D4361;
}
.BgClassName
{
background-color: #6D4361;
}
</style>
border-color css
<style>
span { border-color: #6D4361; }
span { border-color: rgb(109,67,97); }
td.TdClassName
{
border-color: #6D4361;
}
.TagClassName
{
border-color: #6D4361;
}
</style>