Shades of Cosmic #6C5862
Tints of Cosmic #6C5862
RGB
CMYK
RGB Variations
Color information
#6C5862 (or 0x6C5862) is known color: Cosmic. HEX triplet: 6C, 58 and 62. RGB value is (108,88,98). Sum of RGB (Red+Green+Blue) = 108+88+98=294 (38% of max value = 765). Red value is 108 (42.58% from 255 or 36.73% from 294); Green value is 88 (34.77% from 255 or 29.93% from 294); Blue value is 98 (38.67% from 255 or 33.33% from 294); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5862 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5862 is #93A79D. Grayscale: #5F5F5F. Windows color (decimal): -9676702 or 6445164. OLE color: 6445164.
HSL color Cylindrical-coordinate representation of color #6C5862: 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 #6C5862 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 88 | 98 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.58 |
| HSL | 330º | 0.1% | 0.38% | - |
| HSV(B) | 330º | 0.19% | 0.42% | - |
| XYZ | 11.88 | 11.05 | 13.06 | - |
| YUV | 95.12 | 129.63 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 88 | 98 | 0 | 0.19 | 0.09 | 0.58 | 330 | 0.1 | 0.38 |
| Hex | 6C | 58 | 62 | 0 | 13 | 9 | 3A | 14A | A | 26 |
| Octal | 154 | 130 | 142 | 0 | 23 | 11 | 72 | 512 | 12 | 46 |
| Binary | 1101100 | 1011000 | 1100010 | 0 | 10011 | 1001 | 111010 | 101001010 | 1010 | 100110 |
Color Harmonies of #6C5862
Complementary color
Monochromatic Colors of #6C5862
Black with #6C5862
Text Example
Text Example
White with #6C5862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5862; }
p { color: rgb(108,88,98); }
H1.HeaderClassName
{
color: #6C5862;
}
.AnyTagClassName
{
color: #6C5862;
}
</style>
background-color css
<style>
a { background-color: #6C5862; }
a { background-color: rgb(108,88,98); }
div.DivClassName
{
background-color: #6C5862;
}
.BgClassName
{
background-color: #6C5862;
}
</style>
border-color css
<style>
span { border-color: #6C5862; }
span { border-color: rgb(108,88,98); }
td.TdClassName
{
border-color: #6C5862;
}
.TagClassName
{
border-color: #6C5862;
}
</style>