Shades of Seance #662E78
Tints of Seance #662E78
RGB
CMYK
RGB Variations
Color information
#662E78 (or 0x662E78) is known color: Seance. HEX triplet: 66, 2E and 78. RGB value is (102,46,120). Sum of RGB (Red+Green+Blue) = 102+46+120=268 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.06% from 268); Green value is 46 (18.36% from 255 or 17.16% from 268); Blue value is 120 (47.27% from 255 or 44.78% from 268); Max value from RGB is 120 - color contains mainly: blue. Hex color #662E78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662E78 is #99D187. Grayscale: #464646. Windows color (decimal): -10080648 or 7876198. OLE color: 7876198.
HSL color Cylindrical-coordinate representation of color #662E78: hue angle of 285.41º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #662E78 is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 46 | 120 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.53 |
| HSL | 285.41º | 0.45% | 0.33% | - |
| HSV(B) | 285.41º | 0.62% | 0.47% | - |
| XYZ | 9.85 | 6.13 | 18.43 | - |
| YUV | 71.18 | 155.55 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 46 | 120 | 0.15 | 0.62 | 0 | 0.53 | 285.41 | 0.45 | 0.33 |
| Hex | 66 | 2E | 78 | F | 3E | 0 | 35 | 11D | 2D | 21 |
| Octal | 146 | 56 | 170 | 17 | 76 | 0 | 65 | 435 | 55 | 41 |
| Binary | 1100110 | 101110 | 1111000 | 1111 | 111110 | 0 | 110101 | 100011101 | 101101 | 100001 |
Color Harmonies of #662E78
Complementary color
Monochromatic Colors of #662E78
Black with #662E78
Text Example
Text Example
White with #662E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662E78; }
p { color: rgb(102,46,120); }
H1.HeaderClassName
{
color: #662E78;
}
.AnyTagClassName
{
color: #662E78;
}
</style>
background-color css
<style>
a { background-color: #662E78; }
a { background-color: rgb(102,46,120); }
div.DivClassName
{
background-color: #662E78;
}
.BgClassName
{
background-color: #662E78;
}
</style>
border-color css
<style>
span { border-color: #662E78; }
span { border-color: rgb(102,46,120); }
td.TdClassName
{
border-color: #662E78;
}
.TagClassName
{
border-color: #662E78;
}
</style>