Shades of Cosmic #6F4D60
Tints of Cosmic #6F4D60
RGB
CMYK
RGB Variations
Color information
#6F4D60 (or 0x6F4D60) is known color: Cosmic. HEX triplet: 6F, 4D and 60. RGB value is (111,77,96). Sum of RGB (Red+Green+Blue) = 111+77+96=284 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.08% from 284); Green value is 77 (30.47% from 255 or 27.11% from 284); Blue value is 96 (37.89% from 255 or 33.80% from 284); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F4D60 is #90B29F. Grayscale: #595959. Windows color (decimal): -9482912 or 6311279. OLE color: 6311279.
HSL color Cylindrical-coordinate representation of color #6F4D60: hue angle of 326.47º 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 #6F4D60 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 77 | 96 | - |
| CMYK | 0 | 0.31 | 0.14 | 0.56 |
| HSL | 326.47º | 0.18% | 0.37% | - |
| HSV(B) | 326.47º | 0.31% | 0.44% | - |
| XYZ | 11.32 | 9.53 | 12.31 | - |
| YUV | 89.33 | 131.76 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 77 | 96 | 0 | 0.31 | 0.14 | 0.56 | 326.47 | 0.18 | 0.37 |
| Hex | 6F | 4D | 60 | 0 | 1F | E | 38 | 146 | 12 | 25 |
| Octal | 157 | 115 | 140 | 0 | 37 | 16 | 70 | 506 | 22 | 45 |
| Binary | 1101111 | 1001101 | 1100000 | 0 | 11111 | 1110 | 111000 | 101000110 | 10010 | 100101 |
Color Harmonies of #6F4D60
Complementary color
Monochromatic Colors of #6F4D60
Black with #6F4D60
Text Example
Text Example
White with #6F4D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4D60; }
p { color: rgb(111,77,96); }
H1.HeaderClassName
{
color: #6F4D60;
}
.AnyTagClassName
{
color: #6F4D60;
}
</style>
background-color css
<style>
a { background-color: #6F4D60; }
a { background-color: rgb(111,77,96); }
div.DivClassName
{
background-color: #6F4D60;
}
.BgClassName
{
background-color: #6F4D60;
}
</style>
border-color css
<style>
span { border-color: #6F4D60; }
span { border-color: rgb(111,77,96); }
td.TdClassName
{
border-color: #6F4D60;
}
.TagClassName
{
border-color: #6F4D60;
}
</style>