Shades of Cosmic #6D4D63
Tints of Cosmic #6D4D63
RGB
CMYK
RGB Variations
Color information
#6D4D63 (or 0x6D4D63) is known color: Cosmic. HEX triplet: 6D, 4D and 63. RGB value is (109,77,99). Sum of RGB (Red+Green+Blue) = 109+77+99=285 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.25% from 285); Green value is 77 (30.47% from 255 or 27.02% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D4D63 is #92B29C. Grayscale: #595959. Windows color (decimal): -9613981 or 6507885. OLE color: 6507885.
HSL color Cylindrical-coordinate representation of color #6D4D63: hue angle of 318.75º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6D4D63 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 77 | 99 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.57 |
| HSL | 318.75º | 0.17% | 0.36% | - |
| HSV(B) | 318.75º | 0.29% | 0.43% | - |
| XYZ | 11.21 | 9.46 | 13.04 | - |
| YUV | 89.08 | 133.6 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 77 | 99 | 0 | 0.29 | 0.09 | 0.57 | 318.75 | 0.17 | 0.36 |
| Hex | 6D | 4D | 63 | 0 | 1D | 9 | 39 | 13F | 11 | 24 |
| Octal | 155 | 115 | 143 | 0 | 35 | 11 | 71 | 477 | 21 | 44 |
| Binary | 1101101 | 1001101 | 1100011 | 0 | 11101 | 1001 | 111001 | 100111111 | 10001 | 100100 |
Color Harmonies of #6D4D63
Complementary color
Monochromatic Colors of #6D4D63
Black with #6D4D63
Text Example
Text Example
White with #6D4D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4D63; }
p { color: rgb(109,77,99); }
H1.HeaderClassName
{
color: #6D4D63;
}
.AnyTagClassName
{
color: #6D4D63;
}
</style>
background-color css
<style>
a { background-color: #6D4D63; }
a { background-color: rgb(109,77,99); }
div.DivClassName
{
background-color: #6D4D63;
}
.BgClassName
{
background-color: #6D4D63;
}
</style>
border-color css
<style>
span { border-color: #6D4D63; }
span { border-color: rgb(109,77,99); }
td.TdClassName
{
border-color: #6D4D63;
}
.TagClassName
{
border-color: #6D4D63;
}
</style>