Shades of Cosmic #863F68
Tints of Cosmic #863F68
RGB
CMYK
RGB Variations
Color information
#863F68 (or 0x863F68) is known color: Cosmic. HEX triplet: 86, 3F and 68. RGB value is (134,63,104). Sum of RGB (Red+Green+Blue) = 134+63+104=301 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.52% from 301); Green value is 63 (25% from 255 or 20.93% from 301); Blue value is 104 (41.02% from 255 or 34.55% from 301); Max value from RGB is 134 - color contains mainly: red. Hex color #863F68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863F68 is #79C097. Grayscale: #585858. Windows color (decimal): -7979160 or 6832006. OLE color: 6832006.
HSL color Cylindrical-coordinate representation of color #863F68: hue angle of 325.35º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #863F68 is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 63 | 104 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.47 |
| HSL | 325.35º | 0.36% | 0.39% | - |
| HSV(B) | 325.35º | 0.53% | 0.53% | - |
| XYZ | 14.11 | 9.62 | 14.21 | - |
| YUV | 88.9 | 136.52 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 63 | 104 | 0 | 0.53 | 0.22 | 0.47 | 325.35 | 0.36 | 0.39 |
| Hex | 86 | 3F | 68 | 0 | 35 | 16 | 2F | 145 | 24 | 27 |
| Octal | 206 | 77 | 150 | 0 | 65 | 26 | 57 | 505 | 44 | 47 |
| Binary | 10000110 | 111111 | 1101000 | 0 | 110101 | 10110 | 101111 | 101000101 | 100100 | 100111 |
Color Harmonies of #863F68
Complementary color
Monochromatic Colors of #863F68
Black with #863F68
Text Example
Text Example
White with #863F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863F68; }
p { color: rgb(134,63,104); }
H1.HeaderClassName
{
color: #863F68;
}
.AnyTagClassName
{
color: #863F68;
}
</style>
background-color css
<style>
a { background-color: #863F68; }
a { background-color: rgb(134,63,104); }
div.DivClassName
{
background-color: #863F68;
}
.BgClassName
{
background-color: #863F68;
}
</style>
border-color css
<style>
span { border-color: #863F68; }
span { border-color: rgb(134,63,104); }
td.TdClassName
{
border-color: #863F68;
}
.TagClassName
{
border-color: #863F68;
}
</style>