Shades of Cosmic #6B5261
Tints of Cosmic #6B5261
RGB
CMYK
RGB Variations
Color information
#6B5261 (or 0x6B5261) is known color: Cosmic. HEX triplet: 6B, 52 and 61. RGB value is (107,82,97). Sum of RGB (Red+Green+Blue) = 107+82+97=286 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.41% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 97 (38.28% from 255 or 33.92% from 286); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5261 is #94AD9E. Grayscale: #5B5B5B. Windows color (decimal): -9743775 or 6378091. OLE color: 6378091.
HSL color Cylindrical-coordinate representation of color #6B5261: hue angle of 324º 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 #6B5261 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 82 | 97 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.58 |
| HSL | 324º | 0.13% | 0.37% | - |
| HSV(B) | 324º | 0.23% | 0.42% | - |
| XYZ | 11.24 | 10.02 | 12.65 | - |
| YUV | 91.19 | 131.28 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 82 | 97 | 0 | 0.23 | 0.09 | 0.58 | 324 | 0.13 | 0.37 |
| Hex | 6B | 52 | 61 | 0 | 17 | 9 | 3A | 144 | D | 25 |
| Octal | 153 | 122 | 141 | 0 | 27 | 11 | 72 | 504 | 15 | 45 |
| Binary | 1101011 | 1010010 | 1100001 | 0 | 10111 | 1001 | 111010 | 101000100 | 1101 | 100101 |
Color Harmonies of #6B5261
Complementary color
Monochromatic Colors of #6B5261
Black with #6B5261
Text Example
Text Example
White with #6B5261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5261; }
p { color: rgb(107,82,97); }
H1.HeaderClassName
{
color: #6B5261;
}
.AnyTagClassName
{
color: #6B5261;
}
</style>
background-color css
<style>
a { background-color: #6B5261; }
a { background-color: rgb(107,82,97); }
div.DivClassName
{
background-color: #6B5261;
}
.BgClassName
{
background-color: #6B5261;
}
</style>
border-color css
<style>
span { border-color: #6B5261; }
span { border-color: rgb(107,82,97); }
td.TdClassName
{
border-color: #6B5261;
}
.TagClassName
{
border-color: #6B5261;
}
</style>