Shades of Cosmic #6B5862
Tints of Cosmic #6B5862
RGB
CMYK
RGB Variations
Color information
#6B5862 (or 0x6B5862) is known color: Cosmic. HEX triplet: 6B, 58 and 62. RGB value is (107,88,98). Sum of RGB (Red+Green+Blue) = 107+88+98=293 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.52% from 293); Green value is 88 (34.77% from 255 or 30.03% from 293); Blue value is 98 (38.67% from 255 or 33.45% from 293); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5862 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5862 is #94A79D. Grayscale: #5E5E5E. Windows color (decimal): -9742238 or 6445163. OLE color: 6445163.
HSL color Cylindrical-coordinate representation of color #6B5862: hue angle of 328.42º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6B5862 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 88 | 98 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.58 |
| HSL | 328.42º | 0.1% | 0.38% | - |
| HSV(B) | 328.42º | 0.18% | 0.42% | - |
| XYZ | 11.76 | 10.99 | 13.06 | - |
| YUV | 94.82 | 129.79 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 88 | 98 | 0 | 0.18 | 0.08 | 0.58 | 328.42 | 0.1 | 0.38 |
| Hex | 6B | 58 | 62 | 0 | 12 | 8 | 3A | 148 | A | 26 |
| Octal | 153 | 130 | 142 | 0 | 22 | 10 | 72 | 510 | 12 | 46 |
| Binary | 1101011 | 1011000 | 1100010 | 0 | 10010 | 1000 | 111010 | 101001000 | 1010 | 100110 |
Color Harmonies of #6B5862
Complementary color
Monochromatic Colors of #6B5862
Black with #6B5862
Text Example
Text Example
White with #6B5862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5862; }
p { color: rgb(107,88,98); }
H1.HeaderClassName
{
color: #6B5862;
}
.AnyTagClassName
{
color: #6B5862;
}
</style>
background-color css
<style>
a { background-color: #6B5862; }
a { background-color: rgb(107,88,98); }
div.DivClassName
{
background-color: #6B5862;
}
.BgClassName
{
background-color: #6B5862;
}
</style>
border-color css
<style>
span { border-color: #6B5862; }
span { border-color: rgb(107,88,98); }
td.TdClassName
{
border-color: #6B5862;
}
.TagClassName
{
border-color: #6B5862;
}
</style>