Shades of Cosmic #6B525F
Tints of Cosmic #6B525F
RGB
CMYK
RGB Variations
Color information
#6B525F (or 0x6B525F) is known color: Cosmic. HEX triplet: 6B, 52 and 5F. RGB value is (107,82,95). Sum of RGB (Red+Green+Blue) = 107+82+95=284 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.68% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 95 (37.5% from 255 or 33.45% from 284); Max value from RGB is 107 - color contains mainly: red. Hex color #6B525F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B525F is #94ADA0. Grayscale: #5A5A5A. Windows color (decimal): -9743777 or 6247019. OLE color: 6247019.
HSL color Cylindrical-coordinate representation of color #6B525F: hue angle of 328.8º 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 #6B525F is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 82 | 95 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.58 |
| HSL | 328.8º | 0.13% | 0.37% | - |
| HSV(B) | 328.8º | 0.23% | 0.42% | - |
| XYZ | 11.15 | 9.99 | 12.17 | - |
| YUV | 90.96 | 130.28 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 82 | 95 | 0 | 0.23 | 0.11 | 0.58 | 328.8 | 0.13 | 0.37 |
| Hex | 6B | 52 | 5F | 0 | 17 | B | 3A | 149 | D | 25 |
| Octal | 153 | 122 | 137 | 0 | 27 | 13 | 72 | 511 | 15 | 45 |
| Binary | 1101011 | 1010010 | 1011111 | 0 | 10111 | 1011 | 111010 | 101001001 | 1101 | 100101 |
Color Harmonies of #6B525F
Complementary color
Monochromatic Colors of #6B525F
Black with #6B525F
Text Example
Text Example
White with #6B525F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B525F; }
p { color: rgb(107,82,95); }
H1.HeaderClassName
{
color: #6B525F;
}
.AnyTagClassName
{
color: #6B525F;
}
</style>
background-color css
<style>
a { background-color: #6B525F; }
a { background-color: rgb(107,82,95); }
div.DivClassName
{
background-color: #6B525F;
}
.BgClassName
{
background-color: #6B525F;
}
</style>
border-color css
<style>
span { border-color: #6B525F; }
span { border-color: rgb(107,82,95); }
td.TdClassName
{
border-color: #6B525F;
}
.TagClassName
{
border-color: #6B525F;
}
</style>