Shades of Cosmic #6F475E
Tints of Cosmic #6F475E
RGB
CMYK
RGB Variations
Color information
#6F475E (or 0x6F475E) is known color: Cosmic. HEX triplet: 6F, 47 and 5E. RGB value is (111,71,94). Sum of RGB (Red+Green+Blue) = 111+71+94=276 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.22% from 276); Green value is 71 (28.12% from 255 or 25.72% from 276); Blue value is 94 (37.11% from 255 or 34.06% from 276); Max value from RGB is 111 - color contains mainly: red. Hex color #6F475E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F475E is #90B8A1. Grayscale: #555555. Windows color (decimal): -9484450 or 6178671. OLE color: 6178671.
HSL color Cylindrical-coordinate representation of color #6F475E: hue angle of 325.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6F475E is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 71 | 94 | - |
| CMYK | 0 | 0.36 | 0.15 | 0.56 |
| HSL | 325.5º | 0.22% | 0.36% | - |
| HSV(B) | 325.5º | 0.36% | 0.44% | - |
| XYZ | 10.83 | 8.69 | 11.7 | - |
| YUV | 85.58 | 132.75 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 71 | 94 | 0 | 0.36 | 0.15 | 0.56 | 325.5 | 0.22 | 0.36 |
| Hex | 6F | 47 | 5E | 0 | 24 | F | 38 | 146 | 16 | 24 |
| Octal | 157 | 107 | 136 | 0 | 44 | 17 | 70 | 506 | 26 | 44 |
| Binary | 1101111 | 1000111 | 1011110 | 0 | 100100 | 1111 | 111000 | 101000110 | 10110 | 100100 |
Color Harmonies of #6F475E
Complementary color
Monochromatic Colors of #6F475E
Black with #6F475E
Text Example
Text Example
White with #6F475E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F475E; }
p { color: rgb(111,71,94); }
H1.HeaderClassName
{
color: #6F475E;
}
.AnyTagClassName
{
color: #6F475E;
}
</style>
background-color css
<style>
a { background-color: #6F475E; }
a { background-color: rgb(111,71,94); }
div.DivClassName
{
background-color: #6F475E;
}
.BgClassName
{
background-color: #6F475E;
}
</style>
border-color css
<style>
span { border-color: #6F475E; }
span { border-color: rgb(111,71,94); }
td.TdClassName
{
border-color: #6F475E;
}
.TagClassName
{
border-color: #6F475E;
}
</style>