Shades of Cosmic #6F4E60
Tints of Cosmic #6F4E60
RGB
CMYK
RGB Variations
Color information
#6F4E60 (or 0x6F4E60) is known color: Cosmic. HEX triplet: 6F, 4E and 60. RGB value is (111,78,96). Sum of RGB (Red+Green+Blue) = 111+78+96=285 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.95% from 285); Green value is 78 (30.86% from 255 or 27.37% from 285); Blue value is 96 (37.89% from 255 or 33.68% from 285); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F4E60 is #90B19F. Grayscale: #595959. Windows color (decimal): -9482656 or 6311535. OLE color: 6311535.
HSL color Cylindrical-coordinate representation of color #6F4E60: hue angle of 327.27º 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 #6F4E60 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 78 | 96 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.56 |
| HSL | 327.27º | 0.17% | 0.37% | - |
| HSV(B) | 327.27º | 0.3% | 0.44% | - |
| XYZ | 11.39 | 9.67 | 12.33 | - |
| YUV | 89.92 | 131.43 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 78 | 96 | 0 | 0.30 | 0.14 | 0.56 | 327.27 | 0.17 | 0.37 |
| Hex | 6F | 4E | 60 | 0 | 1E | E | 38 | 147 | 11 | 25 |
| Octal | 157 | 116 | 140 | 0 | 36 | 16 | 70 | 507 | 21 | 45 |
| Binary | 1101111 | 1001110 | 1100000 | 0 | 11110 | 1110 | 111000 | 101000111 | 10001 | 100101 |
Color Harmonies of #6F4E60
Complementary color
Monochromatic Colors of #6F4E60
Black with #6F4E60
Text Example
Text Example
White with #6F4E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4E60; }
p { color: rgb(111,78,96); }
H1.HeaderClassName
{
color: #6F4E60;
}
.AnyTagClassName
{
color: #6F4E60;
}
</style>
background-color css
<style>
a { background-color: #6F4E60; }
a { background-color: rgb(111,78,96); }
div.DivClassName
{
background-color: #6F4E60;
}
.BgClassName
{
background-color: #6F4E60;
}
</style>
border-color css
<style>
span { border-color: #6F4E60; }
span { border-color: rgb(111,78,96); }
td.TdClassName
{
border-color: #6F4E60;
}
.TagClassName
{
border-color: #6F4E60;
}
</style>