Shades of Cosmic #67565F
Tints of Cosmic #67565F
RGB
CMYK
RGB Variations
Color information
#67565F (or 0x67565F) is known color: Cosmic. HEX triplet: 67, 56 and 5F. RGB value is (103,86,95). Sum of RGB (Red+Green+Blue) = 103+86+95=284 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.27% from 284); Green value is 86 (33.98% from 255 or 30.28% from 284); Blue value is 95 (37.5% from 255 or 33.45% from 284); Max value from RGB is 103 - color contains mainly: red. Hex color #67565F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67565F is #98A9A0. Grayscale: #5C5C5C. Windows color (decimal): -10004897 or 6248039. OLE color: 6248039.
HSL color Cylindrical-coordinate representation of color #67565F: hue angle of 328.24º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #67565F is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 86 | 95 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.60 |
| HSL | 328.24º | 0.09% | 0.37% | - |
| HSV(B) | 328.24º | 0.17% | 0.4% | - |
| XYZ | 10.99 | 10.37 | 12.25 | - |
| YUV | 92.11 | 129.63 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 86 | 95 | 0 | 0.17 | 0.08 | 0.60 | 328.24 | 0.09 | 0.37 |
| Hex | 67 | 56 | 5F | 0 | 11 | 8 | 3C | 148 | 9 | 25 |
| Octal | 147 | 126 | 137 | 0 | 21 | 10 | 74 | 510 | 11 | 45 |
| Binary | 1100111 | 1010110 | 1011111 | 0 | 10001 | 1000 | 111100 | 101001000 | 1001 | 100101 |
Color Harmonies of #67565F
Complementary color
Monochromatic Colors of #67565F
Black with #67565F
Text Example
Text Example
White with #67565F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67565F; }
p { color: rgb(103,86,95); }
H1.HeaderClassName
{
color: #67565F;
}
.AnyTagClassName
{
color: #67565F;
}
</style>
background-color css
<style>
a { background-color: #67565F; }
a { background-color: rgb(103,86,95); }
div.DivClassName
{
background-color: #67565F;
}
.BgClassName
{
background-color: #67565F;
}
</style>
border-color css
<style>
span { border-color: #67565F; }
span { border-color: rgb(103,86,95); }
td.TdClassName
{
border-color: #67565F;
}
.TagClassName
{
border-color: #67565F;
}
</style>