Shades of Cosmic #6D4B62
Tints of Cosmic #6D4B62
RGB
CMYK
RGB Variations
Color information
#6D4B62 (or 0x6D4B62) is known color: Cosmic. HEX triplet: 6D, 4B and 62. RGB value is (109,75,98). Sum of RGB (Red+Green+Blue) = 109+75+98=282 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.65% from 282); Green value is 75 (29.69% from 255 or 26.60% from 282); Blue value is 98 (38.67% from 255 or 34.75% from 282); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4B62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4B62 is #92B49D. Grayscale: #575757. Windows color (decimal): -9614494 or 6441837. OLE color: 6441837.
HSL color Cylindrical-coordinate representation of color #6D4B62: hue angle of 319.41º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6D4B62 is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 75 | 98 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.57 |
| HSL | 319.41º | 0.18% | 0.36% | - |
| HSV(B) | 319.41º | 0.31% | 0.43% | - |
| XYZ | 11.03 | 9.17 | 12.74 | - |
| YUV | 87.79 | 133.76 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 75 | 98 | 0 | 0.31 | 0.10 | 0.57 | 319.41 | 0.18 | 0.36 |
| Hex | 6D | 4B | 62 | 0 | 1F | A | 39 | 13F | 12 | 24 |
| Octal | 155 | 113 | 142 | 0 | 37 | 12 | 71 | 477 | 22 | 44 |
| Binary | 1101101 | 1001011 | 1100010 | 0 | 11111 | 1010 | 111001 | 100111111 | 10010 | 100100 |
Color Harmonies of #6D4B62
Complementary color
Monochromatic Colors of #6D4B62
Black with #6D4B62
Text Example
Text Example
White with #6D4B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4B62; }
p { color: rgb(109,75,98); }
H1.HeaderClassName
{
color: #6D4B62;
}
.AnyTagClassName
{
color: #6D4B62;
}
</style>
background-color css
<style>
a { background-color: #6D4B62; }
a { background-color: rgb(109,75,98); }
div.DivClassName
{
background-color: #6D4B62;
}
.BgClassName
{
background-color: #6D4B62;
}
</style>
border-color css
<style>
span { border-color: #6D4B62; }
span { border-color: rgb(109,75,98); }
td.TdClassName
{
border-color: #6D4B62;
}
.TagClassName
{
border-color: #6D4B62;
}
</style>