Shades of Cosmic #6F4E5F
Tints of Cosmic #6F4E5F
RGB
CMYK
RGB Variations
Color information
#6F4E5F (or 0x6F4E5F) is known color: Cosmic. HEX triplet: 6F, 4E and 5F. RGB value is (111,78,95). Sum of RGB (Red+Green+Blue) = 111+78+95=284 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.08% from 284); Green value is 78 (30.86% from 255 or 27.46% from 284); Blue value is 95 (37.5% from 255 or 33.45% from 284); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4E5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F4E5F is #90B1A0. Grayscale: #595959. Windows color (decimal): -9482657 or 6245999. OLE color: 6245999.
HSL color Cylindrical-coordinate representation of color #6F4E5F: hue angle of 329.09º 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 #6F4E5F is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 78 | 95 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.56 |
| HSL | 329.09º | 0.17% | 0.37% | - |
| HSV(B) | 329.09º | 0.3% | 0.44% | - |
| XYZ | 11.35 | 9.65 | 12.09 | - |
| YUV | 89.81 | 130.93 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 78 | 95 | 0 | 0.30 | 0.14 | 0.56 | 329.09 | 0.17 | 0.37 |
| Hex | 6F | 4E | 5F | 0 | 1E | E | 38 | 149 | 11 | 25 |
| Octal | 157 | 116 | 137 | 0 | 36 | 16 | 70 | 511 | 21 | 45 |
| Binary | 1101111 | 1001110 | 1011111 | 0 | 11110 | 1110 | 111000 | 101001001 | 10001 | 100101 |
Color Harmonies of #6F4E5F
Complementary color
Monochromatic Colors of #6F4E5F
Black with #6F4E5F
Text Example
Text Example
White with #6F4E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4E5F; }
p { color: rgb(111,78,95); }
H1.HeaderClassName
{
color: #6F4E5F;
}
.AnyTagClassName
{
color: #6F4E5F;
}
</style>
background-color css
<style>
a { background-color: #6F4E5F; }
a { background-color: rgb(111,78,95); }
div.DivClassName
{
background-color: #6F4E5F;
}
.BgClassName
{
background-color: #6F4E5F;
}
</style>
border-color css
<style>
span { border-color: #6F4E5F; }
span { border-color: rgb(111,78,95); }
td.TdClassName
{
border-color: #6F4E5F;
}
.TagClassName
{
border-color: #6F4E5F;
}
</style>