Shades of Cosmic #6F4E61
Tints of Cosmic #6F4E61
RGB
CMYK
RGB Variations
Color information
#6F4E61 (or 0x6F4E61) is known color: Cosmic. HEX triplet: 6F, 4E and 61. RGB value is (111,78,97). Sum of RGB (Red+Green+Blue) = 111+78+97=286 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.81% from 286); Green value is 78 (30.86% from 255 or 27.27% from 286); Blue value is 97 (38.28% from 255 or 33.92% from 286); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F4E61 is #90B19E. Grayscale: #595959. Windows color (decimal): -9482655 or 6377071. OLE color: 6377071.
HSL color Cylindrical-coordinate representation of color #6F4E61: hue angle of 325.45º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6F4E61 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 78 | 97 | - |
| CMYK | 0 | 0.30 | 0.13 | 0.56 |
| HSL | 325.45º | 0.17% | 0.37% | - |
| HSV(B) | 325.45º | 0.3% | 0.44% | - |
| XYZ | 11.44 | 9.69 | 12.58 | - |
| YUV | 90.03 | 131.93 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 78 | 97 | 0 | 0.30 | 0.13 | 0.56 | 325.45 | 0.17 | 0.37 |
| Hex | 6F | 4E | 61 | 0 | 1E | D | 38 | 145 | 11 | 25 |
| Octal | 157 | 116 | 141 | 0 | 36 | 15 | 70 | 505 | 21 | 45 |
| Binary | 1101111 | 1001110 | 1100001 | 0 | 11110 | 1101 | 111000 | 101000101 | 10001 | 100101 |
Color Harmonies of #6F4E61
Complementary color
Monochromatic Colors of #6F4E61
Black with #6F4E61
Text Example
Text Example
White with #6F4E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4E61; }
p { color: rgb(111,78,97); }
H1.HeaderClassName
{
color: #6F4E61;
}
.AnyTagClassName
{
color: #6F4E61;
}
</style>
background-color css
<style>
a { background-color: #6F4E61; }
a { background-color: rgb(111,78,97); }
div.DivClassName
{
background-color: #6F4E61;
}
.BgClassName
{
background-color: #6F4E61;
}
</style>
border-color css
<style>
span { border-color: #6F4E61; }
span { border-color: rgb(111,78,97); }
td.TdClassName
{
border-color: #6F4E61;
}
.TagClassName
{
border-color: #6F4E61;
}
</style>