Shades of Cosmic #6F4D5F
Tints of Cosmic #6F4D5F
RGB
CMYK
RGB Variations
Color information
#6F4D5F (or 0x6F4D5F) is known color: Cosmic. HEX triplet: 6F, 4D and 5F. RGB value is (111,77,95). Sum of RGB (Red+Green+Blue) = 111+77+95=283 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.22% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 95 (37.5% from 255 or 33.57% from 283); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4D5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F4D5F is #90B2A0. Grayscale: #595959. Windows color (decimal): -9482913 or 6245743. OLE color: 6245743.
HSL color Cylindrical-coordinate representation of color #6F4D5F: hue angle of 328.24º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6F4D5F is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 77 | 95 | - |
| CMYK | 0 | 0.31 | 0.14 | 0.56 |
| HSL | 328.24º | 0.18% | 0.37% | - |
| HSV(B) | 328.24º | 0.31% | 0.44% | - |
| XYZ | 11.27 | 9.51 | 12.07 | - |
| YUV | 89.22 | 131.26 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 77 | 95 | 0 | 0.31 | 0.14 | 0.56 | 328.24 | 0.18 | 0.37 |
| Hex | 6F | 4D | 5F | 0 | 1F | E | 38 | 148 | 12 | 25 |
| Octal | 157 | 115 | 137 | 0 | 37 | 16 | 70 | 510 | 22 | 45 |
| Binary | 1101111 | 1001101 | 1011111 | 0 | 11111 | 1110 | 111000 | 101001000 | 10010 | 100101 |
Color Harmonies of #6F4D5F
Complementary color
Monochromatic Colors of #6F4D5F
Black with #6F4D5F
Text Example
Text Example
White with #6F4D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4D5F; }
p { color: rgb(111,77,95); }
H1.HeaderClassName
{
color: #6F4D5F;
}
.AnyTagClassName
{
color: #6F4D5F;
}
</style>
background-color css
<style>
a { background-color: #6F4D5F; }
a { background-color: rgb(111,77,95); }
div.DivClassName
{
background-color: #6F4D5F;
}
.BgClassName
{
background-color: #6F4D5F;
}
</style>
border-color css
<style>
span { border-color: #6F4D5F; }
span { border-color: rgb(111,77,95); }
td.TdClassName
{
border-color: #6F4D5F;
}
.TagClassName
{
border-color: #6F4D5F;
}
</style>