Shades of Cosmic #6F4D5D
Tints of Cosmic #6F4D5D
RGB
CMYK
RGB Variations
Color information
#6F4D5D (or 0x6F4D5D) is known color: Cosmic. HEX triplet: 6F, 4D and 5D. RGB value is (111,77,93). Sum of RGB (Red+Green+Blue) = 111+77+93=281 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.50% from 281); Green value is 77 (30.47% from 255 or 27.40% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4D5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F4D5D is #90B2A2. Grayscale: #585858. Windows color (decimal): -9482915 or 6114671. OLE color: 6114671.
HSL color Cylindrical-coordinate representation of color #6F4D5D: hue angle of 331.76º 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 #6F4D5D is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 77 | 93 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.56 |
| HSL | 331.76º | 0.18% | 0.37% | - |
| HSV(B) | 331.76º | 0.31% | 0.44% | - |
| XYZ | 11.19 | 9.48 | 11.6 | - |
| YUV | 88.99 | 130.26 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 77 | 93 | 0 | 0.31 | 0.16 | 0.56 | 331.76 | 0.18 | 0.37 |
| Hex | 6F | 4D | 5D | 0 | 1F | 10 | 38 | 14C | 12 | 25 |
| Octal | 157 | 115 | 135 | 0 | 37 | 20 | 70 | 514 | 22 | 45 |
| Binary | 1101111 | 1001101 | 1011101 | 0 | 11111 | 10000 | 111000 | 101001100 | 10010 | 100101 |
Color Harmonies of #6F4D5D
Complementary color
Monochromatic Colors of #6F4D5D
Black with #6F4D5D
Text Example
Text Example
White with #6F4D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4D5D; }
p { color: rgb(111,77,93); }
H1.HeaderClassName
{
color: #6F4D5D;
}
.AnyTagClassName
{
color: #6F4D5D;
}
</style>
background-color css
<style>
a { background-color: #6F4D5D; }
a { background-color: rgb(111,77,93); }
div.DivClassName
{
background-color: #6F4D5D;
}
.BgClassName
{
background-color: #6F4D5D;
}
</style>
border-color css
<style>
span { border-color: #6F4D5D; }
span { border-color: rgb(111,77,93); }
td.TdClassName
{
border-color: #6F4D5D;
}
.TagClassName
{
border-color: #6F4D5D;
}
</style>