Shades of Seance #663F69
Tints of Seance #663F69
RGB
CMYK
RGB Variations
Color information
#663F69 (or 0x663F69) is known color: Seance. HEX triplet: 66, 3F and 69. RGB value is (102,63,105). Sum of RGB (Red+Green+Blue) = 102+63+105=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 63 (25% from 255 or 23.33% from 270); Blue value is 105 (41.41% from 255 or 38.89% from 270); Max value from RGB is 105 - color contains mainly: blue. Hex color #663F69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663F69 is #99C096. Grayscale: #4F4F4F. Windows color (decimal): -10076311 or 6897510. OLE color: 6897510.
HSL color Cylindrical-coordinate representation of color #663F69: hue angle of 295.71º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #663F69 is Cyan = 0.03, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 63 | 105 | - |
| CMYK | 0.03 | 0.4 | 0 | 0.59 |
| HSL | 295.71º | 0.25% | 0.33% | - |
| HSV(B) | 295.71º | 0.4% | 0.41% | - |
| XYZ | 9.81 | 7.4 | 14.28 | - |
| YUV | 79.45 | 142.42 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 63 | 105 | 0.03 | 0.4 | 0 | 0.59 | 295.71 | 0.25 | 0.33 |
| Hex | 66 | 3F | 69 | 3 | 28 | 0 | 3B | 128 | 19 | 21 |
| Octal | 146 | 77 | 151 | 3 | 50 | 0 | 73 | 450 | 31 | 41 |
| Binary | 1100110 | 111111 | 1101001 | 11 | 101000 | 0 | 111011 | 100101000 | 11001 | 100001 |
Color Harmonies of #663F69
Complementary color
Monochromatic Colors of #663F69
Black with #663F69
Text Example
Text Example
White with #663F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663F69; }
p { color: rgb(102,63,105); }
H1.HeaderClassName
{
color: #663F69;
}
.AnyTagClassName
{
color: #663F69;
}
</style>
background-color css
<style>
a { background-color: #663F69; }
a { background-color: rgb(102,63,105); }
div.DivClassName
{
background-color: #663F69;
}
.BgClassName
{
background-color: #663F69;
}
</style>
border-color css
<style>
span { border-color: #663F69; }
span { border-color: rgb(102,63,105); }
td.TdClassName
{
border-color: #663F69;
}
.TagClassName
{
border-color: #663F69;
}
</style>