Shades of Seance #662E75
Tints of Seance #662E75
RGB
CMYK
RGB Variations
Color information
#662E75 (or 0x662E75) is known color: Seance. HEX triplet: 66, 2E and 75. RGB value is (102,46,117). Sum of RGB (Red+Green+Blue) = 102+46+117=265 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.49% from 265); Green value is 46 (18.36% from 255 or 17.36% from 265); Blue value is 117 (46.09% from 255 or 44.15% from 265); Max value from RGB is 117 - color contains mainly: blue. Hex color #662E75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662E75 is #99D18A. Grayscale: #464646. Windows color (decimal): -10080651 or 7679590. OLE color: 7679590.
HSL color Cylindrical-coordinate representation of color #662E75: hue angle of 287.32º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #662E75 is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 102 | 46 | 117 | - |
| CMYK | 0.13 | 0.61 | 0 | 0.54 |
| HSL | 287.32º | 0.44% | 0.32% | - |
| HSV(B) | 287.32º | 0.61% | 0.46% | - |
| XYZ | 9.67 | 6.06 | 17.49 | - |
| YUV | 70.84 | 154.05 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 46 | 117 | 0.13 | 0.61 | 0 | 0.54 | 287.32 | 0.44 | 0.32 |
| Hex | 66 | 2E | 75 | D | 3D | 0 | 36 | 11F | 2C | 20 |
| Octal | 146 | 56 | 165 | 15 | 75 | 0 | 66 | 437 | 54 | 40 |
| Binary | 1100110 | 101110 | 1110101 | 1101 | 111101 | 0 | 110110 | 100011111 | 101100 | 100000 |
Color Harmonies of #662E75
Complementary color
Monochromatic Colors of #662E75
Black with #662E75
Text Example
Text Example
White with #662E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662E75; }
p { color: rgb(102,46,117); }
H1.HeaderClassName
{
color: #662E75;
}
.AnyTagClassName
{
color: #662E75;
}
</style>
background-color css
<style>
a { background-color: #662E75; }
a { background-color: rgb(102,46,117); }
div.DivClassName
{
background-color: #662E75;
}
.BgClassName
{
background-color: #662E75;
}
</style>
border-color css
<style>
span { border-color: #662E75; }
span { border-color: rgb(102,46,117); }
td.TdClassName
{
border-color: #662E75;
}
.TagClassName
{
border-color: #662E75;
}
</style>