Shades of Seance #67376A
Tints of Seance #67376A
RGB
CMYK
RGB Variations
Color information
#67376A (or 0x67376A) is known color: Seance. HEX triplet: 67, 37 and 6A. RGB value is (103,55,106). Sum of RGB (Red+Green+Blue) = 103+55+106=264 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.02% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 106 (41.80% from 255 or 40.15% from 264); Max value from RGB is 106 - color contains mainly: blue. Hex color #67376A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67376A is #98C895. Grayscale: #4B4B4B. Windows color (decimal): -10012822 or 6960999. OLE color: 6960999.
HSL color Cylindrical-coordinate representation of color #67376A: hue angle of 296.47º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #67376A is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 103 | 55 | 106 | - |
| CMYK | 0.03 | 0.48 | 0 | 0.58 |
| HSL | 296.47º | 0.32% | 0.32% | - |
| HSV(B) | 296.47º | 0.48% | 0.42% | - |
| XYZ | 9.56 | 6.66 | 14.42 | - |
| YUV | 75.17 | 145.4 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 55 | 106 | 0.03 | 0.48 | 0 | 0.58 | 296.47 | 0.32 | 0.32 |
| Hex | 67 | 37 | 6A | 3 | 30 | 0 | 3A | 128 | 20 | 20 |
| Octal | 147 | 67 | 152 | 3 | 60 | 0 | 72 | 450 | 40 | 40 |
| Binary | 1100111 | 110111 | 1101010 | 11 | 110000 | 0 | 111010 | 100101000 | 100000 | 100000 |
Color Harmonies of #67376A
Complementary color
Monochromatic Colors of #67376A
Black with #67376A
Text Example
Text Example
White with #67376A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67376A; }
p { color: rgb(103,55,106); }
H1.HeaderClassName
{
color: #67376A;
}
.AnyTagClassName
{
color: #67376A;
}
</style>
background-color css
<style>
a { background-color: #67376A; }
a { background-color: rgb(103,55,106); }
div.DivClassName
{
background-color: #67376A;
}
.BgClassName
{
background-color: #67376A;
}
</style>
border-color css
<style>
span { border-color: #67376A; }
span { border-color: rgb(103,55,106); }
td.TdClassName
{
border-color: #67376A;
}
.TagClassName
{
border-color: #67376A;
}
</style>