Shades of Cosmic #6F4E5D
Tints of Cosmic #6F4E5D
RGB
CMYK
RGB Variations
Color information
#6F4E5D (or 0x6F4E5D) is known color: Cosmic. HEX triplet: 6F, 4E and 5D. RGB value is (111,78,93). Sum of RGB (Red+Green+Blue) = 111+78+93=282 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.36% from 282); Green value is 78 (30.86% from 255 or 27.66% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4E5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F4E5D is #90B1A2. Grayscale: #595959. Windows color (decimal): -9482659 or 6114927. OLE color: 6114927.
HSL color Cylindrical-coordinate representation of color #6F4E5D: hue angle of 332.73º 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 #6F4E5D is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 78 | 93 | - |
| CMYK | 0 | 0.30 | 0.16 | 0.56 |
| HSL | 332.73º | 0.17% | 0.37% | - |
| HSV(B) | 332.73º | 0.3% | 0.44% | - |
| XYZ | 11.26 | 9.62 | 11.62 | - |
| YUV | 89.58 | 129.93 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 78 | 93 | 0 | 0.30 | 0.16 | 0.56 | 332.73 | 0.17 | 0.37 |
| Hex | 6F | 4E | 5D | 0 | 1E | 10 | 38 | 14D | 11 | 25 |
| Octal | 157 | 116 | 135 | 0 | 36 | 20 | 70 | 515 | 21 | 45 |
| Binary | 1101111 | 1001110 | 1011101 | 0 | 11110 | 10000 | 111000 | 101001101 | 10001 | 100101 |
Color Harmonies of #6F4E5D
Complementary color
Monochromatic Colors of #6F4E5D
Black with #6F4E5D
Text Example
Text Example
White with #6F4E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4E5D; }
p { color: rgb(111,78,93); }
H1.HeaderClassName
{
color: #6F4E5D;
}
.AnyTagClassName
{
color: #6F4E5D;
}
</style>
background-color css
<style>
a { background-color: #6F4E5D; }
a { background-color: rgb(111,78,93); }
div.DivClassName
{
background-color: #6F4E5D;
}
.BgClassName
{
background-color: #6F4E5D;
}
</style>
border-color css
<style>
span { border-color: #6F4E5D; }
span { border-color: rgb(111,78,93); }
td.TdClassName
{
border-color: #6F4E5D;
}
.TagClassName
{
border-color: #6F4E5D;
}
</style>