Shades of Cosmic #6F495E
Tints of Cosmic #6F495E
RGB
CMYK
RGB Variations
Color information
#6F495E (or 0x6F495E) is known color: Cosmic. HEX triplet: 6F, 49 and 5E. RGB value is (111,73,94). Sum of RGB (Red+Green+Blue) = 111+73+94=278 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.93% from 278); Green value is 73 (28.91% from 255 or 26.26% from 278); Blue value is 94 (37.11% from 255 or 33.81% from 278); Max value from RGB is 111 - color contains mainly: red. Hex color #6F495E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F495E is #90B6A1. Grayscale: #565656. Windows color (decimal): -9483938 or 6179183. OLE color: 6179183.
HSL color Cylindrical-coordinate representation of color #6F495E: hue angle of 326.84º 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 #6F495E is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 73 | 94 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.56 |
| HSL | 326.84º | 0.21% | 0.36% | - |
| HSV(B) | 326.84º | 0.34% | 0.44% | - |
| XYZ | 10.96 | 8.95 | 11.74 | - |
| YUV | 86.76 | 132.09 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 73 | 94 | 0 | 0.34 | 0.15 | 0.56 | 326.84 | 0.21 | 0.36 |
| Hex | 6F | 49 | 5E | 0 | 22 | F | 38 | 147 | 15 | 24 |
| Octal | 157 | 111 | 136 | 0 | 42 | 17 | 70 | 507 | 25 | 44 |
| Binary | 1101111 | 1001001 | 1011110 | 0 | 100010 | 1111 | 111000 | 101000111 | 10101 | 100100 |
Color Harmonies of #6F495E
Complementary color
Monochromatic Colors of #6F495E
Black with #6F495E
Text Example
Text Example
White with #6F495E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F495E; }
p { color: rgb(111,73,94); }
H1.HeaderClassName
{
color: #6F495E;
}
.AnyTagClassName
{
color: #6F495E;
}
</style>
background-color css
<style>
a { background-color: #6F495E; }
a { background-color: rgb(111,73,94); }
div.DivClassName
{
background-color: #6F495E;
}
.BgClassName
{
background-color: #6F495E;
}
</style>
border-color css
<style>
span { border-color: #6F495E; }
span { border-color: rgb(111,73,94); }
td.TdClassName
{
border-color: #6F495E;
}
.TagClassName
{
border-color: #6F495E;
}
</style>