Shades of Seance #663E67
Tints of Seance #663E67
RGB
CMYK
RGB Variations
Color information
#663E67 (or 0x663E67) is known color: Seance. HEX triplet: 66, 3E and 67. RGB value is (102,62,103). Sum of RGB (Red+Green+Blue) = 102+62+103=267 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.20% from 267); Green value is 62 (24.61% from 255 or 23.22% from 267); Blue value is 103 (40.62% from 255 or 38.58% from 267); Max value from RGB is 103 - color contains mainly: blue. Hex color #663E67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663E67 is #99C198. Grayscale: #4E4E4E. Windows color (decimal): -10076569 or 6766182. OLE color: 6766182.
HSL color Cylindrical-coordinate representation of color #663E67: hue angle of 298.54º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #663E67 is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 102 | 62 | 103 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.60 |
| HSL | 298.54º | 0.25% | 0.32% | - |
| HSV(B) | 298.54º | 0.4% | 0.4% | - |
| XYZ | 9.65 | 7.25 | 13.72 | - |
| YUV | 78.63 | 141.75 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 62 | 103 | 0.01 | 0.40 | 0 | 0.60 | 298.54 | 0.25 | 0.32 |
| Hex | 66 | 3E | 67 | 1 | 28 | 0 | 3C | 12B | 19 | 20 |
| Octal | 146 | 76 | 147 | 1 | 50 | 0 | 74 | 453 | 31 | 40 |
| Binary | 1100110 | 111110 | 1100111 | 1 | 101000 | 0 | 111100 | 100101011 | 11001 | 100000 |
Color Harmonies of #663E67
Complementary color
Monochromatic Colors of #663E67
Black with #663E67
Text Example
Text Example
White with #663E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663E67; }
p { color: rgb(102,62,103); }
H1.HeaderClassName
{
color: #663E67;
}
.AnyTagClassName
{
color: #663E67;
}
</style>
background-color css
<style>
a { background-color: #663E67; }
a { background-color: rgb(102,62,103); }
div.DivClassName
{
background-color: #663E67;
}
.BgClassName
{
background-color: #663E67;
}
</style>
border-color css
<style>
span { border-color: #663E67; }
span { border-color: rgb(102,62,103); }
td.TdClassName
{
border-color: #663E67;
}
.TagClassName
{
border-color: #663E67;
}
</style>