Shades of Cosmic #6B4E61
Tints of Cosmic #6B4E61
RGB
CMYK
RGB Variations
Color information
#6B4E61 (or 0x6B4E61) is known color: Cosmic. HEX triplet: 6B, 4E and 61. RGB value is (107,78,97). Sum of RGB (Red+Green+Blue) = 107+78+97=282 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.94% from 282); Green value is 78 (30.86% from 255 or 27.66% from 282); Blue value is 97 (38.28% from 255 or 34.40% from 282); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B4E61 is #94B19E. Grayscale: #585858. Windows color (decimal): -9744799 or 6377067. OLE color: 6377067.
HSL color Cylindrical-coordinate representation of color #6B4E61: hue angle of 320.69º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6B4E61 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 78 | 97 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.58 |
| HSL | 320.69º | 0.16% | 0.36% | - |
| HSV(B) | 320.69º | 0.27% | 0.42% | - |
| XYZ | 10.95 | 9.44 | 12.55 | - |
| YUV | 88.84 | 132.61 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 78 | 97 | 0 | 0.27 | 0.09 | 0.58 | 320.69 | 0.16 | 0.36 |
| Hex | 6B | 4E | 61 | 0 | 1B | 9 | 3A | 141 | 10 | 24 |
| Octal | 153 | 116 | 141 | 0 | 33 | 11 | 72 | 501 | 20 | 44 |
| Binary | 1101011 | 1001110 | 1100001 | 0 | 11011 | 1001 | 111010 | 101000001 | 10000 | 100100 |
Color Harmonies of #6B4E61
Complementary color
Monochromatic Colors of #6B4E61
Black with #6B4E61
Text Example
Text Example
White with #6B4E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4E61; }
p { color: rgb(107,78,97); }
H1.HeaderClassName
{
color: #6B4E61;
}
.AnyTagClassName
{
color: #6B4E61;
}
</style>
background-color css
<style>
a { background-color: #6B4E61; }
a { background-color: rgb(107,78,97); }
div.DivClassName
{
background-color: #6B4E61;
}
.BgClassName
{
background-color: #6B4E61;
}
</style>
border-color css
<style>
span { border-color: #6B4E61; }
span { border-color: rgb(107,78,97); }
td.TdClassName
{
border-color: #6B4E61;
}
.TagClassName
{
border-color: #6B4E61;
}
</style>