Shades of Cosmic #6F4961
Tints of Cosmic #6F4961
RGB
CMYK
RGB Variations
Color information
#6F4961 (or 0x6F4961) is known color: Cosmic. HEX triplet: 6F, 49 and 61. RGB value is (111,73,97). Sum of RGB (Red+Green+Blue) = 111+73+97=281 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.50% from 281); Green value is 73 (28.91% from 255 or 25.98% from 281); Blue value is 97 (38.28% from 255 or 34.52% from 281); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4961 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4961 is #90B69E. Grayscale: #575757. Windows color (decimal): -9483935 or 6375791. OLE color: 6375791.
HSL color Cylindrical-coordinate representation of color #6F4961: hue angle of 322.11º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6F4961 is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 73 | 97 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.56 |
| HSL | 322.11º | 0.21% | 0.36% | - |
| HSV(B) | 322.11º | 0.34% | 0.44% | - |
| XYZ | 11.1 | 9.01 | 12.46 | - |
| YUV | 87.1 | 133.59 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 73 | 97 | 0 | 0.34 | 0.13 | 0.56 | 322.11 | 0.21 | 0.36 |
| Hex | 6F | 49 | 61 | 0 | 22 | D | 38 | 142 | 15 | 24 |
| Octal | 157 | 111 | 141 | 0 | 42 | 15 | 70 | 502 | 25 | 44 |
| Binary | 1101111 | 1001001 | 1100001 | 0 | 100010 | 1101 | 111000 | 101000010 | 10101 | 100100 |
Color Harmonies of #6F4961
Complementary color
Monochromatic Colors of #6F4961
Black with #6F4961
Text Example
Text Example
White with #6F4961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4961; }
p { color: rgb(111,73,97); }
H1.HeaderClassName
{
color: #6F4961;
}
.AnyTagClassName
{
color: #6F4961;
}
</style>
background-color css
<style>
a { background-color: #6F4961; }
a { background-color: rgb(111,73,97); }
div.DivClassName
{
background-color: #6F4961;
}
.BgClassName
{
background-color: #6F4961;
}
</style>
border-color css
<style>
span { border-color: #6F4961; }
span { border-color: rgb(111,73,97); }
td.TdClassName
{
border-color: #6F4961;
}
.TagClassName
{
border-color: #6F4961;
}
</style>