Shades of Seance #662E6E
Tints of Seance #662E6E
RGB
CMYK
RGB Variations
Color information
#662E6E (or 0x662E6E) is known color: Seance. HEX triplet: 66, 2E and 6E. RGB value is (102,46,110). Sum of RGB (Red+Green+Blue) = 102+46+110=258 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.53% from 258); Green value is 46 (18.36% from 255 or 17.83% from 258); Blue value is 110 (43.36% from 255 or 42.64% from 258); Max value from RGB is 110 - color contains mainly: blue. Hex color #662E6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662E6E is #99D191. Grayscale: #454545. Windows color (decimal): -10080658 or 7220838. OLE color: 7220838.
HSL color Cylindrical-coordinate representation of color #662E6E: hue angle of 292.5º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #662E6E is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 46 | 110 | - |
| CMYK | 0.07 | 0.58 | 0 | 0.57 |
| HSL | 292.5º | 0.41% | 0.31% | - |
| HSV(B) | 292.5º | 0.58% | 0.43% | - |
| XYZ | 9.27 | 5.9 | 15.4 | - |
| YUV | 70.04 | 150.55 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 46 | 110 | 0.07 | 0.58 | 0 | 0.57 | 292.5 | 0.41 | 0.31 |
| Hex | 66 | 2E | 6E | 7 | 3A | 0 | 39 | 124 | 29 | 1F |
| Octal | 146 | 56 | 156 | 7 | 72 | 0 | 71 | 444 | 51 | 37 |
| Binary | 1100110 | 101110 | 1101110 | 111 | 111010 | 0 | 111001 | 100100100 | 101001 | 11111 |
Color Harmonies of #662E6E
Complementary color
Monochromatic Colors of #662E6E
Black with #662E6E
Text Example
Text Example
White with #662E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662E6E; }
p { color: rgb(102,46,110); }
H1.HeaderClassName
{
color: #662E6E;
}
.AnyTagClassName
{
color: #662E6E;
}
</style>
background-color css
<style>
a { background-color: #662E6E; }
a { background-color: rgb(102,46,110); }
div.DivClassName
{
background-color: #662E6E;
}
.BgClassName
{
background-color: #662E6E;
}
</style>
border-color css
<style>
span { border-color: #662E6E; }
span { border-color: rgb(102,46,110); }
td.TdClassName
{
border-color: #662E6E;
}
.TagClassName
{
border-color: #662E6E;
}
</style>