Shades of Cosmic #6B545C
Tints of Cosmic #6B545C
RGB
CMYK
RGB Variations
Color information
#6B545C (or 0x6B545C) is known color: Cosmic. HEX triplet: 6B, 54 and 5C. RGB value is (107,84,92). Sum of RGB (Red+Green+Blue) = 107+84+92=283 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.81% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 107 - color contains mainly: red. Hex color #6B545C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B545C is #94ABA3. Grayscale: #5B5B5B. Windows color (decimal): -9743268 or 6050923. OLE color: 6050923.
HSL color Cylindrical-coordinate representation of color #6B545C: hue angle of 339.13º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6B545C is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 84 | 92 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.58 |
| HSL | 339.13º | 0.12% | 0.37% | - |
| HSV(B) | 339.13º | 0.21% | 0.42% | - |
| XYZ | 11.17 | 10.24 | 11.51 | - |
| YUV | 91.79 | 128.12 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 84 | 92 | 0 | 0.21 | 0.14 | 0.58 | 339.13 | 0.12 | 0.37 |
| Hex | 6B | 54 | 5C | 0 | 15 | E | 3A | 153 | C | 25 |
| Octal | 153 | 124 | 134 | 0 | 25 | 16 | 72 | 523 | 14 | 45 |
| Binary | 1101011 | 1010100 | 1011100 | 0 | 10101 | 1110 | 111010 | 101010011 | 1100 | 100101 |
Color Harmonies of #6B545C
Complementary color
Monochromatic Colors of #6B545C
Black with #6B545C
Text Example
Text Example
White with #6B545C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B545C; }
p { color: rgb(107,84,92); }
H1.HeaderClassName
{
color: #6B545C;
}
.AnyTagClassName
{
color: #6B545C;
}
</style>
background-color css
<style>
a { background-color: #6B545C; }
a { background-color: rgb(107,84,92); }
div.DivClassName
{
background-color: #6B545C;
}
.BgClassName
{
background-color: #6B545C;
}
</style>
border-color css
<style>
span { border-color: #6B545C; }
span { border-color: rgb(107,84,92); }
td.TdClassName
{
border-color: #6B545C;
}
.TagClassName
{
border-color: #6B545C;
}
</style>