Shades of Cosmic #6F4E5B
Tints of Cosmic #6F4E5B
RGB
CMYK
RGB Variations
Color information
#6F4E5B (or 0x6F4E5B) is known color: Cosmic. HEX triplet: 6F, 4E and 5B. RGB value is (111,78,91). Sum of RGB (Red+Green+Blue) = 111+78+91=280 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.64% from 280); Green value is 78 (30.86% from 255 or 27.86% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4E5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F4E5B is #90B1A4. Grayscale: #595959. Windows color (decimal): -9482661 or 5983855. OLE color: 5983855.
HSL color Cylindrical-coordinate representation of color #6F4E5B: hue angle of 336.36º 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 #6F4E5B is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 78 | 91 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.56 |
| HSL | 336.36º | 0.17% | 0.37% | - |
| HSV(B) | 336.36º | 0.3% | 0.44% | - |
| XYZ | 11.17 | 9.58 | 11.16 | - |
| YUV | 89.35 | 128.93 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 78 | 91 | 0 | 0.30 | 0.18 | 0.56 | 336.36 | 0.17 | 0.37 |
| Hex | 6F | 4E | 5B | 0 | 1E | 12 | 38 | 150 | 11 | 25 |
| Octal | 157 | 116 | 133 | 0 | 36 | 22 | 70 | 520 | 21 | 45 |
| Binary | 1101111 | 1001110 | 1011011 | 0 | 11110 | 10010 | 111000 | 101010000 | 10001 | 100101 |
Color Harmonies of #6F4E5B
Complementary color
Monochromatic Colors of #6F4E5B
Black with #6F4E5B
Text Example
Text Example
White with #6F4E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4E5B; }
p { color: rgb(111,78,91); }
H1.HeaderClassName
{
color: #6F4E5B;
}
.AnyTagClassName
{
color: #6F4E5B;
}
</style>
background-color css
<style>
a { background-color: #6F4E5B; }
a { background-color: rgb(111,78,91); }
div.DivClassName
{
background-color: #6F4E5B;
}
.BgClassName
{
background-color: #6F4E5B;
}
</style>
border-color css
<style>
span { border-color: #6F4E5B; }
span { border-color: rgb(111,78,91); }
td.TdClassName
{
border-color: #6F4E5B;
}
.TagClassName
{
border-color: #6F4E5B;
}
</style>