Shades of Cosmic #6B4961
Tints of Cosmic #6B4961
RGB
CMYK
RGB Variations
Color information
#6B4961 (or 0x6B4961) is known color: Cosmic. HEX triplet: 6B, 49 and 61. RGB value is (107,73,97). Sum of RGB (Red+Green+Blue) = 107+73+97=277 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.63% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 97 (38.28% from 255 or 35.02% from 277); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4961 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4961 is #94B69E. Grayscale: #555555. Windows color (decimal): -9746079 or 6375787. OLE color: 6375787.
HSL color Cylindrical-coordinate representation of color #6B4961: hue angle of 317.65º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6B4961 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 73 | 97 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.58 |
| HSL | 317.65º | 0.19% | 0.35% | - |
| HSV(B) | 317.65º | 0.32% | 0.42% | - |
| XYZ | 10.6 | 8.75 | 12.44 | - |
| YUV | 85.9 | 134.26 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 73 | 97 | 0 | 0.32 | 0.09 | 0.58 | 317.65 | 0.19 | 0.35 |
| Hex | 6B | 49 | 61 | 0 | 20 | 9 | 3A | 13E | 13 | 23 |
| Octal | 153 | 111 | 141 | 0 | 40 | 11 | 72 | 476 | 23 | 43 |
| Binary | 1101011 | 1001001 | 1100001 | 0 | 100000 | 1001 | 111010 | 100111110 | 10011 | 100011 |
Color Harmonies of #6B4961
Complementary color
Monochromatic Colors of #6B4961
Black with #6B4961
Text Example
Text Example
White with #6B4961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4961; }
p { color: rgb(107,73,97); }
H1.HeaderClassName
{
color: #6B4961;
}
.AnyTagClassName
{
color: #6B4961;
}
</style>
background-color css
<style>
a { background-color: #6B4961; }
a { background-color: rgb(107,73,97); }
div.DivClassName
{
background-color: #6B4961;
}
.BgClassName
{
background-color: #6B4961;
}
</style>
border-color css
<style>
span { border-color: #6B4961; }
span { border-color: rgb(107,73,97); }
td.TdClassName
{
border-color: #6B4961;
}
.TagClassName
{
border-color: #6B4961;
}
</style>