Shades of Cosmic #6B4D5F
Tints of Cosmic #6B4D5F
RGB
CMYK
RGB Variations
Color information
#6B4D5F (or 0x6B4D5F) is known color: Cosmic. HEX triplet: 6B, 4D and 5F. RGB value is (107,77,95). Sum of RGB (Red+Green+Blue) = 107+77+95=279 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.35% from 279); Green value is 77 (30.47% from 255 or 27.60% from 279); Blue value is 95 (37.5% from 255 or 34.05% from 279); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4D5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B4D5F is #94B2A0. Grayscale: #575757. Windows color (decimal): -9745057 or 6245739. OLE color: 6245739.
HSL color Cylindrical-coordinate representation of color #6B4D5F: hue angle of 324º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6B4D5F is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 77 | 95 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.58 |
| HSL | 324º | 0.16% | 0.36% | - |
| HSV(B) | 324º | 0.28% | 0.42% | - |
| XYZ | 10.78 | 9.26 | 12.05 | - |
| YUV | 88.02 | 131.94 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 77 | 95 | 0 | 0.28 | 0.11 | 0.58 | 324 | 0.16 | 0.36 |
| Hex | 6B | 4D | 5F | 0 | 1C | B | 3A | 144 | 10 | 24 |
| Octal | 153 | 115 | 137 | 0 | 34 | 13 | 72 | 504 | 20 | 44 |
| Binary | 1101011 | 1001101 | 1011111 | 0 | 11100 | 1011 | 111010 | 101000100 | 10000 | 100100 |
Color Harmonies of #6B4D5F
Complementary color
Monochromatic Colors of #6B4D5F
Black with #6B4D5F
Text Example
Text Example
White with #6B4D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4D5F; }
p { color: rgb(107,77,95); }
H1.HeaderClassName
{
color: #6B4D5F;
}
.AnyTagClassName
{
color: #6B4D5F;
}
</style>
background-color css
<style>
a { background-color: #6B4D5F; }
a { background-color: rgb(107,77,95); }
div.DivClassName
{
background-color: #6B4D5F;
}
.BgClassName
{
background-color: #6B4D5F;
}
</style>
border-color css
<style>
span { border-color: #6B4D5F; }
span { border-color: rgb(107,77,95); }
td.TdClassName
{
border-color: #6B4D5F;
}
.TagClassName
{
border-color: #6B4D5F;
}
</style>