Shades of Cosmic #6F4F5C
Tints of Cosmic #6F4F5C
RGB
CMYK
RGB Variations
Color information
#6F4F5C (or 0x6F4F5C) is known color: Cosmic. HEX triplet: 6F, 4F and 5C. RGB value is (111,79,92). Sum of RGB (Red+Green+Blue) = 111+79+92=282 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.36% from 282); Green value is 79 (31.25% from 255 or 28.01% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F4F5C is #90B0A3. Grayscale: #5A5A5A. Windows color (decimal): -9482404 or 6049647. OLE color: 6049647.
HSL color Cylindrical-coordinate representation of color #6F4F5C: hue angle of 335.62º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6F4F5C is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 79 | 92 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.56 |
| HSL | 335.63º | 0.17% | 0.37% | - |
| HSV(B) | 335.63º | 0.29% | 0.44% | - |
| XYZ | 11.28 | 9.74 | 11.41 | - |
| YUV | 90.05 | 129.1 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 79 | 92 | 0 | 0.29 | 0.17 | 0.56 | 335.63 | 0.17 | 0.37 |
| Hex | 6F | 4F | 5C | 0 | 1D | 11 | 38 | 150 | 11 | 25 |
| Octal | 157 | 117 | 134 | 0 | 35 | 21 | 70 | 520 | 21 | 45 |
| Binary | 1101111 | 1001111 | 1011100 | 0 | 11101 | 10001 | 111000 | 101010000 | 10001 | 100101 |
Color Harmonies of #6F4F5C
Complementary color
Monochromatic Colors of #6F4F5C
Black with #6F4F5C
Text Example
Text Example
White with #6F4F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4F5C; }
p { color: rgb(111,79,92); }
H1.HeaderClassName
{
color: #6F4F5C;
}
.AnyTagClassName
{
color: #6F4F5C;
}
</style>
background-color css
<style>
a { background-color: #6F4F5C; }
a { background-color: rgb(111,79,92); }
div.DivClassName
{
background-color: #6F4F5C;
}
.BgClassName
{
background-color: #6F4F5C;
}
</style>
border-color css
<style>
span { border-color: #6F4F5C; }
span { border-color: rgb(111,79,92); }
td.TdClassName
{
border-color: #6F4F5C;
}
.TagClassName
{
border-color: #6F4F5C;
}
</style>