Shades of Cosmic #6B5260
Tints of Cosmic #6B5260
RGB
CMYK
RGB Variations
Color information
#6B5260 (or 0x6B5260) is known color: Cosmic. HEX triplet: 6B, 52 and 60. RGB value is (107,82,96). Sum of RGB (Red+Green+Blue) = 107+82+96=285 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.54% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 96 (37.89% from 255 or 33.68% from 285); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5260 is #94AD9F. Grayscale: #5B5B5B. Windows color (decimal): -9743776 or 6312555. OLE color: 6312555.
HSL color Cylindrical-coordinate representation of color #6B5260: hue angle of 326.4º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6B5260 is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 82 | 96 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.58 |
| HSL | 326.4º | 0.13% | 0.37% | - |
| HSV(B) | 326.4º | 0.23% | 0.42% | - |
| XYZ | 11.19 | 10 | 12.41 | - |
| YUV | 91.07 | 130.78 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 82 | 96 | 0 | 0.23 | 0.10 | 0.58 | 326.4 | 0.13 | 0.37 |
| Hex | 6B | 52 | 60 | 0 | 17 | A | 3A | 146 | D | 25 |
| Octal | 153 | 122 | 140 | 0 | 27 | 12 | 72 | 506 | 15 | 45 |
| Binary | 1101011 | 1010010 | 1100000 | 0 | 10111 | 1010 | 111010 | 101000110 | 1101 | 100101 |
Color Harmonies of #6B5260
Complementary color
Monochromatic Colors of #6B5260
Black with #6B5260
Text Example
Text Example
White with #6B5260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5260; }
p { color: rgb(107,82,96); }
H1.HeaderClassName
{
color: #6B5260;
}
.AnyTagClassName
{
color: #6B5260;
}
</style>
background-color css
<style>
a { background-color: #6B5260; }
a { background-color: rgb(107,82,96); }
div.DivClassName
{
background-color: #6B5260;
}
.BgClassName
{
background-color: #6B5260;
}
</style>
border-color css
<style>
span { border-color: #6B5260; }
span { border-color: rgb(107,82,96); }
td.TdClassName
{
border-color: #6B5260;
}
.TagClassName
{
border-color: #6B5260;
}
</style>