Shades of Seance #664462
Tints of Seance #664462
RGB
CMYK
RGB Variations
Color information
#664462 (or 0x664462) is known color: Seance. HEX triplet: 66, 44 and 62. RGB value is (102,68,98). Sum of RGB (Red+Green+Blue) = 102+68+98=268 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.06% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 98 (38.67% from 255 or 36.57% from 268); Max value from RGB is 102 - color contains mainly: red. Hex color #664462 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664462 is #99BB9D. Grayscale: #515151. Windows color (decimal): -10075038 or 6440038. OLE color: 6440038.
HSL color Cylindrical-coordinate representation of color #664462: hue angle of 307.06º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #664462 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 68 | 98 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.6 |
| HSL | 307.06º | 0.2% | 0.33% | - |
| HSV(B) | 307.06º | 0.33% | 0.4% | - |
| XYZ | 9.75 | 7.84 | 12.55 | - |
| YUV | 81.59 | 137.26 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 68 | 98 | 0 | 0.33 | 0.04 | 0.6 | 307.06 | 0.2 | 0.33 |
| Hex | 66 | 44 | 62 | 0 | 21 | 4 | 3C | 133 | 14 | 21 |
| Octal | 146 | 104 | 142 | 0 | 41 | 4 | 74 | 463 | 24 | 41 |
| Binary | 1100110 | 1000100 | 1100010 | 0 | 100001 | 100 | 111100 | 100110011 | 10100 | 100001 |
Color Harmonies of #664462
Complementary color
Monochromatic Colors of #664462
Black with #664462
Text Example
Text Example
White with #664462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664462; }
p { color: rgb(102,68,98); }
H1.HeaderClassName
{
color: #664462;
}
.AnyTagClassName
{
color: #664462;
}
</style>
background-color css
<style>
a { background-color: #664462; }
a { background-color: rgb(102,68,98); }
div.DivClassName
{
background-color: #664462;
}
.BgClassName
{
background-color: #664462;
}
</style>
border-color css
<style>
span { border-color: #664462; }
span { border-color: rgb(102,68,98); }
td.TdClassName
{
border-color: #664462;
}
.TagClassName
{
border-color: #664462;
}
</style>