Shades of Cosmic #6C5362
Tints of Cosmic #6C5362
RGB
CMYK
RGB Variations
Color information
#6C5362 (or 0x6C5362) is known color: Cosmic. HEX triplet: 6C, 53 and 62. RGB value is (108,83,98). Sum of RGB (Red+Green+Blue) = 108+83+98=289 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.37% from 289); Green value is 83 (32.81% from 255 or 28.72% from 289); Blue value is 98 (38.67% from 255 or 33.91% from 289); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5362 is #93AC9D. Grayscale: #5C5C5C. Windows color (decimal): -9677982 or 6443884. OLE color: 6443884.
HSL color Cylindrical-coordinate representation of color #6C5362: 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 #6C5362 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 83 | 98 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.58 |
| HSL | 324º | 0.13% | 0.37% | - |
| HSV(B) | 324º | 0.23% | 0.42% | - |
| XYZ | 11.48 | 10.26 | 12.93 | - |
| YUV | 92.19 | 131.28 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 83 | 98 | 0 | 0.23 | 0.09 | 0.58 | 324 | 0.13 | 0.37 |
| Hex | 6C | 53 | 62 | 0 | 17 | 9 | 3A | 144 | D | 25 |
| Octal | 154 | 123 | 142 | 0 | 27 | 11 | 72 | 504 | 15 | 45 |
| Binary | 1101100 | 1010011 | 1100010 | 0 | 10111 | 1001 | 111010 | 101000100 | 1101 | 100101 |
Color Harmonies of #6C5362
Complementary color
Monochromatic Colors of #6C5362
Black with #6C5362
Text Example
Text Example
White with #6C5362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5362; }
p { color: rgb(108,83,98); }
H1.HeaderClassName
{
color: #6C5362;
}
.AnyTagClassName
{
color: #6C5362;
}
</style>
background-color css
<style>
a { background-color: #6C5362; }
a { background-color: rgb(108,83,98); }
div.DivClassName
{
background-color: #6C5362;
}
.BgClassName
{
background-color: #6C5362;
}
</style>
border-color css
<style>
span { border-color: #6C5362; }
span { border-color: rgb(108,83,98); }
td.TdClassName
{
border-color: #6C5362;
}
.TagClassName
{
border-color: #6C5362;
}
</style>