Shades of Cosmic #6D4662
Tints of Cosmic #6D4662
RGB
CMYK
RGB Variations
Color information
#6D4662 (or 0x6D4662) is known color: Cosmic. HEX triplet: 6D, 46 and 62. RGB value is (109,70,98). Sum of RGB (Red+Green+Blue) = 109+70+98=277 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.35% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 98 (38.67% from 255 or 35.38% from 277); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4662 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4662 is #92B99D. Grayscale: #545454. Windows color (decimal): -9615774 or 6440557. OLE color: 6440557.
HSL color Cylindrical-coordinate representation of color #6D4662: hue angle of 316.92º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6D4662 is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 70 | 98 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.57 |
| HSL | 316.92º | 0.22% | 0.35% | - |
| HSV(B) | 316.92º | 0.36% | 0.43% | - |
| XYZ | 10.7 | 8.51 | 12.63 | - |
| YUV | 84.85 | 135.42 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 70 | 98 | 0 | 0.36 | 0.10 | 0.57 | 316.92 | 0.22 | 0.35 |
| Hex | 6D | 46 | 62 | 0 | 24 | A | 39 | 13D | 16 | 23 |
| Octal | 155 | 106 | 142 | 0 | 44 | 12 | 71 | 475 | 26 | 43 |
| Binary | 1101101 | 1000110 | 1100010 | 0 | 100100 | 1010 | 111001 | 100111101 | 10110 | 100011 |
Color Harmonies of #6D4662
Complementary color
Monochromatic Colors of #6D4662
Black with #6D4662
Text Example
Text Example
White with #6D4662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4662; }
p { color: rgb(109,70,98); }
H1.HeaderClassName
{
color: #6D4662;
}
.AnyTagClassName
{
color: #6D4662;
}
</style>
background-color css
<style>
a { background-color: #6D4662; }
a { background-color: rgb(109,70,98); }
div.DivClassName
{
background-color: #6D4662;
}
.BgClassName
{
background-color: #6D4662;
}
</style>
border-color css
<style>
span { border-color: #6D4662; }
span { border-color: rgb(109,70,98); }
td.TdClassName
{
border-color: #6D4662;
}
.TagClassName
{
border-color: #6D4662;
}
</style>