Shades of Cosmic #6B5060
Tints of Cosmic #6B5060
RGB
CMYK
RGB Variations
Color information
#6B5060 (or 0x6B5060) is known color: Cosmic. HEX triplet: 6B, 50 and 60. RGB value is (107,80,96). Sum of RGB (Red+Green+Blue) = 107+80+96=283 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.81% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 96 (37.89% from 255 or 33.92% from 283); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5060 is #94AF9F. Grayscale: #595959. Windows color (decimal): -9744288 or 6312043. OLE color: 6312043.
HSL color Cylindrical-coordinate representation of color #6B5060: hue angle of 324.44º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6B5060 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 80 | 96 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.58 |
| HSL | 324.44º | 0.14% | 0.37% | - |
| HSV(B) | 324.44º | 0.25% | 0.42% | - |
| XYZ | 11.04 | 9.71 | 12.36 | - |
| YUV | 89.9 | 131.45 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 80 | 96 | 0 | 0.25 | 0.10 | 0.58 | 324.44 | 0.14 | 0.37 |
| Hex | 6B | 50 | 60 | 0 | 19 | A | 3A | 144 | E | 25 |
| Octal | 153 | 120 | 140 | 0 | 31 | 12 | 72 | 504 | 16 | 45 |
| Binary | 1101011 | 1010000 | 1100000 | 0 | 11001 | 1010 | 111010 | 101000100 | 1110 | 100101 |
Color Harmonies of #6B5060
Complementary color
Monochromatic Colors of #6B5060
Black with #6B5060
Text Example
Text Example
White with #6B5060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5060; }
p { color: rgb(107,80,96); }
H1.HeaderClassName
{
color: #6B5060;
}
.AnyTagClassName
{
color: #6B5060;
}
</style>
background-color css
<style>
a { background-color: #6B5060; }
a { background-color: rgb(107,80,96); }
div.DivClassName
{
background-color: #6B5060;
}
.BgClassName
{
background-color: #6B5060;
}
</style>
border-color css
<style>
span { border-color: #6B5060; }
span { border-color: rgb(107,80,96); }
td.TdClassName
{
border-color: #6B5060;
}
.TagClassName
{
border-color: #6B5060;
}
</style>