Shades of Cosmic #6B5761
Tints of Cosmic #6B5761
RGB
CMYK
RGB Variations
Color information
#6B5761 (or 0x6B5761) is known color: Cosmic. HEX triplet: 6B, 57 and 61. RGB value is (107,87,97). Sum of RGB (Red+Green+Blue) = 107+87+97=291 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.77% from 291); Green value is 87 (34.38% from 255 or 29.90% from 291); Blue value is 97 (38.28% from 255 or 33.33% from 291); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5761 is #94A89E. Grayscale: #5E5E5E. Windows color (decimal): -9742495 or 6379371. OLE color: 6379371.
HSL color Cylindrical-coordinate representation of color #6B5761: hue angle of 330º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6B5761 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 87 | 97 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.58 |
| HSL | 330º | 0.1% | 0.38% | - |
| HSV(B) | 330º | 0.19% | 0.42% | - |
| XYZ | 11.63 | 10.81 | 12.78 | - |
| YUV | 94.12 | 129.63 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 87 | 97 | 0 | 0.19 | 0.09 | 0.58 | 330 | 0.1 | 0.38 |
| Hex | 6B | 57 | 61 | 0 | 13 | 9 | 3A | 14A | A | 26 |
| Octal | 153 | 127 | 141 | 0 | 23 | 11 | 72 | 512 | 12 | 46 |
| Binary | 1101011 | 1010111 | 1100001 | 0 | 10011 | 1001 | 111010 | 101001010 | 1010 | 100110 |
Color Harmonies of #6B5761
Complementary color
Monochromatic Colors of #6B5761
Black with #6B5761
Text Example
Text Example
White with #6B5761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5761; }
p { color: rgb(107,87,97); }
H1.HeaderClassName
{
color: #6B5761;
}
.AnyTagClassName
{
color: #6B5761;
}
</style>
background-color css
<style>
a { background-color: #6B5761; }
a { background-color: rgb(107,87,97); }
div.DivClassName
{
background-color: #6B5761;
}
.BgClassName
{
background-color: #6B5761;
}
</style>
border-color css
<style>
span { border-color: #6B5761; }
span { border-color: rgb(107,87,97); }
td.TdClassName
{
border-color: #6B5761;
}
.TagClassName
{
border-color: #6B5761;
}
</style>