Shades of Cosmic #6B4E5E
Tints of Cosmic #6B4E5E
RGB
CMYK
RGB Variations
Color information
#6B4E5E (or 0x6B4E5E) is known color: Cosmic. HEX triplet: 6B, 4E and 5E. RGB value is (107,78,94). Sum of RGB (Red+Green+Blue) = 107+78+94=279 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.35% from 279); Green value is 78 (30.86% from 255 or 27.96% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4E5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B4E5E is #94B1A1. Grayscale: #585858. Windows color (decimal): -9744802 or 6180459. OLE color: 6180459.
HSL color Cylindrical-coordinate representation of color #6B4E5E: hue angle of 326.9º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6B4E5E is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.58.
Color convert
RGB | 107 | 78 | 94 | - |
CMYK | 0 | 0.27 | 0.12 | 0.58 |
HSL | 326.9º | 0.16% | 0.36% | - |
HSV(B) | 326.9º | 0.27% | 0.42% | - |
XYZ | 10.81 | 9.38 | 11.83 | - |
YUV | 88.5 | 131.11 | 141.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 107 | 78 | 94 | 0 | 0.27 | 0.12 | 0.58 | 326.9 | 0.16 | 0.36 |
Hex | 6B | 4E | 5E | 0 | 1B | C | 3A | 147 | 10 | 24 |
Octal | 153 | 116 | 136 | 0 | 33 | 14 | 72 | 507 | 20 | 44 |
Binary | 1101011 | 1001110 | 1011110 | 0 | 11011 | 1100 | 111010 | 101000111 | 10000 | 100100 |
Color Harmonies of #6B4E5E
Complementary color
Monochromatic Colors of #6B4E5E
Black with #6B4E5E
Text Example
Text Example
White with #6B4E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4E5E; }
p { color: rgb(107,78,94); }
H1.HeaderClassName
{
color: #6B4E5E;
}
.AnyTagClassName
{
color: #6B4E5E;
}
</style>
background-color css
<style>
a { background-color: #6B4E5E; }
a { background-color: rgb(107,78,94); }
div.DivClassName
{
background-color: #6B4E5E;
}
.BgClassName
{
background-color: #6B4E5E;
}
</style>
border-color css
<style>
span { border-color: #6B4E5E; }
span { border-color: rgb(107,78,94); }
td.TdClassName
{
border-color: #6B4E5E;
}
.TagClassName
{
border-color: #6B4E5E;
}
</style>