Shades of Cosmic #68515F
Tints of Cosmic #68515F
RGB
CMYK
RGB Variations
Color information
#68515F (or 0x68515F) is known color: Cosmic. HEX triplet: 68, 51 and 5F. RGB value is (104,81,95). Sum of RGB (Red+Green+Blue) = 104+81+95=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 95 (37.5% from 255 or 33.93% from 280); Max value from RGB is 104 - color contains mainly: red. Hex color #68515F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68515F is #97AEA0. Grayscale: #595959. Windows color (decimal): -9940641 or 6246760. OLE color: 6246760.
HSL color Cylindrical-coordinate representation of color #68515F: hue angle of 323.48º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #68515F is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 81 | 95 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.59 |
| HSL | 323.48º | 0.12% | 0.36% | - |
| HSV(B) | 323.48º | 0.22% | 0.41% | - |
| XYZ | 10.72 | 9.65 | 12.13 | - |
| YUV | 89.47 | 131.12 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 81 | 95 | 0 | 0.22 | 0.09 | 0.59 | 323.48 | 0.12 | 0.36 |
| Hex | 68 | 51 | 5F | 0 | 16 | 9 | 3B | 143 | C | 24 |
| Octal | 150 | 121 | 137 | 0 | 26 | 11 | 73 | 503 | 14 | 44 |
| Binary | 1101000 | 1010001 | 1011111 | 0 | 10110 | 1001 | 111011 | 101000011 | 1100 | 100100 |
Color Harmonies of #68515F
Complementary color
Monochromatic Colors of #68515F
Black with #68515F
Text Example
Text Example
White with #68515F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68515F; }
p { color: rgb(104,81,95); }
H1.HeaderClassName
{
color: #68515F;
}
.AnyTagClassName
{
color: #68515F;
}
</style>
background-color css
<style>
a { background-color: #68515F; }
a { background-color: rgb(104,81,95); }
div.DivClassName
{
background-color: #68515F;
}
.BgClassName
{
background-color: #68515F;
}
</style>
border-color css
<style>
span { border-color: #68515F; }
span { border-color: rgb(104,81,95); }
td.TdClassName
{
border-color: #68515F;
}
.TagClassName
{
border-color: #68515F;
}
</style>