Shades of Cosmic #6B5661
Tints of Cosmic #6B5661
RGB
CMYK
RGB Variations
Color information
#6B5661 (or 0x6B5661) is known color: Cosmic. HEX triplet: 6B, 56 and 61. RGB value is (107,86,97). Sum of RGB (Red+Green+Blue) = 107+86+97=290 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.90% from 290); Green value is 86 (33.98% from 255 or 29.66% from 290); Blue value is 97 (38.28% from 255 or 33.45% from 290); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5661 is #94A99E. Grayscale: #5D5D5D. Windows color (decimal): -9742751 or 6379115. OLE color: 6379115.
HSL color Cylindrical-coordinate representation of color #6B5661: hue angle of 328.57º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6B5661 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 86 | 97 | - |
| CMYK | 0 | 0.20 | 0.09 | 0.58 |
| HSL | 328.57º | 0.11% | 0.38% | - |
| HSV(B) | 328.57º | 0.2% | 0.42% | - |
| XYZ | 11.55 | 10.64 | 12.76 | - |
| YUV | 93.53 | 129.96 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 86 | 97 | 0 | 0.20 | 0.09 | 0.58 | 328.57 | 0.11 | 0.38 |
| Hex | 6B | 56 | 61 | 0 | 14 | 9 | 3A | 149 | B | 26 |
| Octal | 153 | 126 | 141 | 0 | 24 | 11 | 72 | 511 | 13 | 46 |
| Binary | 1101011 | 1010110 | 1100001 | 0 | 10100 | 1001 | 111010 | 101001001 | 1011 | 100110 |
Color Harmonies of #6B5661
Complementary color
Monochromatic Colors of #6B5661
Black with #6B5661
Text Example
Text Example
White with #6B5661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5661; }
p { color: rgb(107,86,97); }
H1.HeaderClassName
{
color: #6B5661;
}
.AnyTagClassName
{
color: #6B5661;
}
</style>
background-color css
<style>
a { background-color: #6B5661; }
a { background-color: rgb(107,86,97); }
div.DivClassName
{
background-color: #6B5661;
}
.BgClassName
{
background-color: #6B5661;
}
</style>
border-color css
<style>
span { border-color: #6B5661; }
span { border-color: rgb(107,86,97); }
td.TdClassName
{
border-color: #6B5661;
}
.TagClassName
{
border-color: #6B5661;
}
</style>