Shades of Cosmic #6F4D5C
Tints of Cosmic #6F4D5C
RGB
CMYK
RGB Variations
Color information
#6F4D5C (or 0x6F4D5C) is known color: Cosmic. HEX triplet: 6F, 4D and 5C. RGB value is (111,77,92). Sum of RGB (Red+Green+Blue) = 111+77+92=280 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.64% from 280); Green value is 77 (30.47% from 255 or 27.5% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F4D5C is #90B2A3. Grayscale: #585858. Windows color (decimal): -9482916 or 6049135. OLE color: 6049135.
HSL color Cylindrical-coordinate representation of color #6F4D5C: hue angle of 333.53º 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 #6F4D5C is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 77 | 92 | - |
| CMYK | 0 | 0.31 | 0.17 | 0.56 |
| HSL | 333.53º | 0.18% | 0.37% | - |
| HSV(B) | 333.53º | 0.31% | 0.44% | - |
| XYZ | 11.14 | 9.46 | 11.36 | - |
| YUV | 88.88 | 129.76 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 77 | 92 | 0 | 0.31 | 0.17 | 0.56 | 333.53 | 0.18 | 0.37 |
| Hex | 6F | 4D | 5C | 0 | 1F | 11 | 38 | 14E | 12 | 25 |
| Octal | 157 | 115 | 134 | 0 | 37 | 21 | 70 | 516 | 22 | 45 |
| Binary | 1101111 | 1001101 | 1011100 | 0 | 11111 | 10001 | 111000 | 101001110 | 10010 | 100101 |
Color Harmonies of #6F4D5C
Complementary color
Monochromatic Colors of #6F4D5C
Black with #6F4D5C
Text Example
Text Example
White with #6F4D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4D5C; }
p { color: rgb(111,77,92); }
H1.HeaderClassName
{
color: #6F4D5C;
}
.AnyTagClassName
{
color: #6F4D5C;
}
</style>
background-color css
<style>
a { background-color: #6F4D5C; }
a { background-color: rgb(111,77,92); }
div.DivClassName
{
background-color: #6F4D5C;
}
.BgClassName
{
background-color: #6F4D5C;
}
</style>
border-color css
<style>
span { border-color: #6F4D5C; }
span { border-color: rgb(111,77,92); }
td.TdClassName
{
border-color: #6F4D5C;
}
.TagClassName
{
border-color: #6F4D5C;
}
</style>