Shades of Cosmic #68565F
Tints of Cosmic #68565F
RGB
CMYK
RGB Variations
Color information
#68565F (or 0x68565F) is known color: Cosmic. HEX triplet: 68, 56 and 5F. RGB value is (104,86,95). Sum of RGB (Red+Green+Blue) = 104+86+95=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 86 (33.98% from 255 or 30.18% from 285); Blue value is 95 (37.5% from 255 or 33.33% from 285); Max value from RGB is 104 - color contains mainly: red. Hex color #68565F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68565F is #97A9A0. Grayscale: #5C5C5C. Windows color (decimal): -9939361 or 6248040. OLE color: 6248040.
HSL color Cylindrical-coordinate representation of color #68565F: hue angle of 330º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #68565F is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 86 | 95 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.59 |
| HSL | 330º | 0.09% | 0.37% | - |
| HSV(B) | 330º | 0.17% | 0.41% | - |
| XYZ | 11.1 | 10.42 | 12.25 | - |
| YUV | 92.41 | 129.46 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 86 | 95 | 0 | 0.17 | 0.09 | 0.59 | 330 | 0.09 | 0.37 |
| Hex | 68 | 56 | 5F | 0 | 11 | 9 | 3B | 14A | 9 | 25 |
| Octal | 150 | 126 | 137 | 0 | 21 | 11 | 73 | 512 | 11 | 45 |
| Binary | 1101000 | 1010110 | 1011111 | 0 | 10001 | 1001 | 111011 | 101001010 | 1001 | 100101 |
Color Harmonies of #68565F
Complementary color
Monochromatic Colors of #68565F
Black with #68565F
Text Example
Text Example
White with #68565F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68565F; }
p { color: rgb(104,86,95); }
H1.HeaderClassName
{
color: #68565F;
}
.AnyTagClassName
{
color: #68565F;
}
</style>
background-color css
<style>
a { background-color: #68565F; }
a { background-color: rgb(104,86,95); }
div.DivClassName
{
background-color: #68565F;
}
.BgClassName
{
background-color: #68565F;
}
</style>
border-color css
<style>
span { border-color: #68565F; }
span { border-color: rgb(104,86,95); }
td.TdClassName
{
border-color: #68565F;
}
.TagClassName
{
border-color: #68565F;
}
</style>