Shades of Cosmic #6F4E5E
Tints of Cosmic #6F4E5E
RGB
CMYK
RGB Variations
Color information
#6F4E5E (or 0x6F4E5E) is known color: Cosmic. HEX triplet: 6F, 4E and 5E. RGB value is (111,78,94). Sum of RGB (Red+Green+Blue) = 111+78+94=283 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.22% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4E5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F4E5E is #90B1A1. Grayscale: #595959. Windows color (decimal): -9482658 or 6180463. OLE color: 6180463.
HSL color Cylindrical-coordinate representation of color #6F4E5E: hue angle of 330.91º 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 #6F4E5E is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
RGB | 111 | 78 | 94 | - |
CMYK | 0 | 0.30 | 0.15 | 0.56 |
HSL | 330.91º | 0.17% | 0.37% | - |
HSV(B) | 330.91º | 0.3% | 0.44% | - |
XYZ | 11.3 | 9.64 | 11.85 | - |
YUV | 89.69 | 130.43 | 143.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 111 | 78 | 94 | 0 | 0.30 | 0.15 | 0.56 | 330.91 | 0.17 | 0.37 |
Hex | 6F | 4E | 5E | 0 | 1E | F | 38 | 14B | 11 | 25 |
Octal | 157 | 116 | 136 | 0 | 36 | 17 | 70 | 513 | 21 | 45 |
Binary | 1101111 | 1001110 | 1011110 | 0 | 11110 | 1111 | 111000 | 101001011 | 10001 | 100101 |
Color Harmonies of #6F4E5E
Complementary color
Monochromatic Colors of #6F4E5E
Black with #6F4E5E
Text Example
Text Example
White with #6F4E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4E5E; }
p { color: rgb(111,78,94); }
H1.HeaderClassName
{
color: #6F4E5E;
}
.AnyTagClassName
{
color: #6F4E5E;
}
</style>
background-color css
<style>
a { background-color: #6F4E5E; }
a { background-color: rgb(111,78,94); }
div.DivClassName
{
background-color: #6F4E5E;
}
.BgClassName
{
background-color: #6F4E5E;
}
</style>
border-color css
<style>
span { border-color: #6F4E5E; }
span { border-color: rgb(111,78,94); }
td.TdClassName
{
border-color: #6F4E5E;
}
.TagClassName
{
border-color: #6F4E5E;
}
</style>