Shades of Cosmic #6F4D61
Tints of Cosmic #6F4D61
RGB
CMYK
RGB Variations
Color information
#6F4D61 (or 0x6F4D61) is known color: Cosmic. HEX triplet: 6F, 4D and 61. RGB value is (111,77,97). Sum of RGB (Red+Green+Blue) = 111+77+97=285 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.95% from 285); Green value is 77 (30.47% from 255 or 27.02% from 285); Blue value is 97 (38.28% from 255 or 34.04% from 285); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4D61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F4D61 is #90B29E. Grayscale: #595959. Windows color (decimal): -9482911 or 6376815. OLE color: 6376815.
HSL color Cylindrical-coordinate representation of color #6F4D61: hue angle of 324.71º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6F4D61 is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 77 | 97 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.56 |
| HSL | 324.71º | 0.18% | 0.37% | - |
| HSV(B) | 324.71º | 0.31% | 0.44% | - |
| XYZ | 11.37 | 9.55 | 12.55 | - |
| YUV | 89.45 | 132.26 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 77 | 97 | 0 | 0.31 | 0.13 | 0.56 | 324.71 | 0.18 | 0.37 |
| Hex | 6F | 4D | 61 | 0 | 1F | D | 38 | 145 | 12 | 25 |
| Octal | 157 | 115 | 141 | 0 | 37 | 15 | 70 | 505 | 22 | 45 |
| Binary | 1101111 | 1001101 | 1100001 | 0 | 11111 | 1101 | 111000 | 101000101 | 10010 | 100101 |
Color Harmonies of #6F4D61
Complementary color
Monochromatic Colors of #6F4D61
Black with #6F4D61
Text Example
Text Example
White with #6F4D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4D61; }
p { color: rgb(111,77,97); }
H1.HeaderClassName
{
color: #6F4D61;
}
.AnyTagClassName
{
color: #6F4D61;
}
</style>
background-color css
<style>
a { background-color: #6F4D61; }
a { background-color: rgb(111,77,97); }
div.DivClassName
{
background-color: #6F4D61;
}
.BgClassName
{
background-color: #6F4D61;
}
</style>
border-color css
<style>
span { border-color: #6F4D61; }
span { border-color: rgb(111,77,97); }
td.TdClassName
{
border-color: #6F4D61;
}
.TagClassName
{
border-color: #6F4D61;
}
</style>