Shades of Cosmic #6F4F5D
Tints of Cosmic #6F4F5D
RGB
CMYK
RGB Variations
Color information
#6F4F5D (or 0x6F4F5D) is known color: Cosmic. HEX triplet: 6F, 4F and 5D. RGB value is (111,79,93). Sum of RGB (Red+Green+Blue) = 111+79+93=283 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.22% from 283); Green value is 79 (31.25% from 255 or 27.92% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F4F5D is #90B0A2. Grayscale: #5A5A5A. Windows color (decimal): -9482403 or 6115183. OLE color: 6115183.
HSL color Cylindrical-coordinate representation of color #6F4F5D: hue angle of 333.75º 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 #6F4F5D is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 79 | 93 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.56 |
| HSL | 333.75º | 0.17% | 0.37% | - |
| HSV(B) | 333.75º | 0.29% | 0.44% | - |
| XYZ | 11.33 | 9.76 | 11.64 | - |
| YUV | 90.16 | 129.6 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 79 | 93 | 0 | 0.29 | 0.16 | 0.56 | 333.75 | 0.17 | 0.37 |
| Hex | 6F | 4F | 5D | 0 | 1D | 10 | 38 | 14E | 11 | 25 |
| Octal | 157 | 117 | 135 | 0 | 35 | 20 | 70 | 516 | 21 | 45 |
| Binary | 1101111 | 1001111 | 1011101 | 0 | 11101 | 10000 | 111000 | 101001110 | 10001 | 100101 |
Color Harmonies of #6F4F5D
Complementary color
Monochromatic Colors of #6F4F5D
Black with #6F4F5D
Text Example
Text Example
White with #6F4F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4F5D; }
p { color: rgb(111,79,93); }
H1.HeaderClassName
{
color: #6F4F5D;
}
.AnyTagClassName
{
color: #6F4F5D;
}
</style>
background-color css
<style>
a { background-color: #6F4F5D; }
a { background-color: rgb(111,79,93); }
div.DivClassName
{
background-color: #6F4F5D;
}
.BgClassName
{
background-color: #6F4F5D;
}
</style>
border-color css
<style>
span { border-color: #6F4F5D; }
span { border-color: rgb(111,79,93); }
td.TdClassName
{
border-color: #6F4F5D;
}
.TagClassName
{
border-color: #6F4F5D;
}
</style>