Shades of Cosmic #6F4C60
Tints of Cosmic #6F4C60
RGB
CMYK
RGB Variations
Color information
#6F4C60 (or 0x6F4C60) is known color: Cosmic. HEX triplet: 6F, 4C and 60. RGB value is (111,76,96). Sum of RGB (Red+Green+Blue) = 111+76+96=283 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.22% from 283); Green value is 76 (30.08% from 255 or 26.86% from 283); Blue value is 96 (37.89% from 255 or 33.92% from 283); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4C60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4C60 is #90B39F. Grayscale: #585858. Windows color (decimal): -9483168 or 6311023. OLE color: 6311023.
HSL color Cylindrical-coordinate representation of color #6F4C60: hue angle of 325.71º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6F4C60 is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 76 | 96 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.56 |
| HSL | 325.71º | 0.19% | 0.37% | - |
| HSV(B) | 325.71º | 0.32% | 0.44% | - |
| XYZ | 11.25 | 9.39 | 12.29 | - |
| YUV | 88.75 | 132.1 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 76 | 96 | 0 | 0.32 | 0.14 | 0.56 | 325.71 | 0.19 | 0.37 |
| Hex | 6F | 4C | 60 | 0 | 20 | E | 38 | 146 | 13 | 25 |
| Octal | 157 | 114 | 140 | 0 | 40 | 16 | 70 | 506 | 23 | 45 |
| Binary | 1101111 | 1001100 | 1100000 | 0 | 100000 | 1110 | 111000 | 101000110 | 10011 | 100101 |
Color Harmonies of #6F4C60
Complementary color
Monochromatic Colors of #6F4C60
Black with #6F4C60
Text Example
Text Example
White with #6F4C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4C60; }
p { color: rgb(111,76,96); }
H1.HeaderClassName
{
color: #6F4C60;
}
.AnyTagClassName
{
color: #6F4C60;
}
</style>
background-color css
<style>
a { background-color: #6F4C60; }
a { background-color: rgb(111,76,96); }
div.DivClassName
{
background-color: #6F4C60;
}
.BgClassName
{
background-color: #6F4C60;
}
</style>
border-color css
<style>
span { border-color: #6F4C60; }
span { border-color: rgb(111,76,96); }
td.TdClassName
{
border-color: #6F4C60;
}
.TagClassName
{
border-color: #6F4C60;
}
</style>