Shades of Cosmic #6F4E5C
Tints of Cosmic #6F4E5C
RGB
CMYK
RGB Variations
Color information
#6F4E5C (or 0x6F4E5C) is known color: Cosmic. HEX triplet: 6F, 4E and 5C. RGB value is (111,78,92). Sum of RGB (Red+Green+Blue) = 111+78+92=281 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.50% from 281); Green value is 78 (30.86% from 255 or 27.76% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F4E5C is #90B1A3. Grayscale: #595959. Windows color (decimal): -9482660 or 6049391. OLE color: 6049391.
HSL color Cylindrical-coordinate representation of color #6F4E5C: hue angle of 334.55º 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 #6F4E5C is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 78 | 92 | - |
| CMYK | 0 | 0.30 | 0.17 | 0.56 |
| HSL | 334.55º | 0.17% | 0.37% | - |
| HSV(B) | 334.55º | 0.3% | 0.44% | - |
| XYZ | 11.21 | 9.6 | 11.39 | - |
| YUV | 89.46 | 129.43 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 78 | 92 | 0 | 0.30 | 0.17 | 0.56 | 334.55 | 0.17 | 0.37 |
| Hex | 6F | 4E | 5C | 0 | 1E | 11 | 38 | 14F | 11 | 25 |
| Octal | 157 | 116 | 134 | 0 | 36 | 21 | 70 | 517 | 21 | 45 |
| Binary | 1101111 | 1001110 | 1011100 | 0 | 11110 | 10001 | 111000 | 101001111 | 10001 | 100101 |
Color Harmonies of #6F4E5C
Complementary color
Monochromatic Colors of #6F4E5C
Black with #6F4E5C
Text Example
Text Example
White with #6F4E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4E5C; }
p { color: rgb(111,78,92); }
H1.HeaderClassName
{
color: #6F4E5C;
}
.AnyTagClassName
{
color: #6F4E5C;
}
</style>
background-color css
<style>
a { background-color: #6F4E5C; }
a { background-color: rgb(111,78,92); }
div.DivClassName
{
background-color: #6F4E5C;
}
.BgClassName
{
background-color: #6F4E5C;
}
</style>
border-color css
<style>
span { border-color: #6F4E5C; }
span { border-color: rgb(111,78,92); }
td.TdClassName
{
border-color: #6F4E5C;
}
.TagClassName
{
border-color: #6F4E5C;
}
</style>