Shades of Cosmic #6B4F5E
Tints of Cosmic #6B4F5E
RGB
CMYK
RGB Variations
Color information
#6B4F5E (or 0x6B4F5E) is known color: Cosmic. HEX triplet: 6B, 4F and 5E. RGB value is (107,79,94). Sum of RGB (Red+Green+Blue) = 107+79+94=280 (37% of max value = 765). Red value is 107 (42.19% from 255 or 38.21% from 280); Green value is 79 (31.25% from 255 or 28.21% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B4F5E is #94B0A1. Grayscale: #595959. Windows color (decimal): -9744546 or 6180715. OLE color: 6180715.
HSL color Cylindrical-coordinate representation of color #6B4F5E: hue angle of 327.86º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6B4F5E is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.58.
Color convert
RGB | 107 | 79 | 94 | - |
CMYK | 0 | 0.26 | 0.12 | 0.58 |
HSL | 327.86º | 0.15% | 0.36% | - |
HSV(B) | 327.86º | 0.26% | 0.42% | - |
XYZ | 10.88 | 9.53 | 11.85 | - |
YUV | 89.08 | 130.78 | 140.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 107 | 79 | 94 | 0 | 0.26 | 0.12 | 0.58 | 327.86 | 0.15 | 0.36 |
Hex | 6B | 4F | 5E | 0 | 1A | C | 3A | 148 | F | 24 |
Octal | 153 | 117 | 136 | 0 | 32 | 14 | 72 | 510 | 17 | 44 |
Binary | 1101011 | 1001111 | 1011110 | 0 | 11010 | 1100 | 111010 | 101001000 | 1111 | 100100 |
Color Harmonies of #6B4F5E
Complementary color
Monochromatic Colors of #6B4F5E
Black with #6B4F5E
Text Example
Text Example
White with #6B4F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4F5E; }
p { color: rgb(107,79,94); }
H1.HeaderClassName
{
color: #6B4F5E;
}
.AnyTagClassName
{
color: #6B4F5E;
}
</style>
background-color css
<style>
a { background-color: #6B4F5E; }
a { background-color: rgb(107,79,94); }
div.DivClassName
{
background-color: #6B4F5E;
}
.BgClassName
{
background-color: #6B4F5E;
}
</style>
border-color css
<style>
span { border-color: #6B4F5E; }
span { border-color: rgb(107,79,94); }
td.TdClassName
{
border-color: #6B4F5E;
}
.TagClassName
{
border-color: #6B4F5E;
}
</style>