Shades of Seance #662F70
Tints of Seance #662F70
RGB
CMYK
RGB Variations
Color information
#662F70 (or 0x662F70) is known color: Seance. HEX triplet: 66, 2F and 70. RGB value is (102,47,112). Sum of RGB (Red+Green+Blue) = 102+47+112=261 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.08% from 261); Green value is 47 (18.75% from 255 or 18.01% from 261); Blue value is 112 (44.14% from 255 or 42.91% from 261); Max value from RGB is 112 - color contains mainly: blue. Hex color #662F70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662F70 is #99D08F. Grayscale: #464646. Windows color (decimal): -10080400 or 7352166. OLE color: 7352166.
HSL color Cylindrical-coordinate representation of color #662F70: hue angle of 290.77º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #662F70 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 47 | 112 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.56 |
| HSL | 290.77º | 0.41% | 0.31% | - |
| HSV(B) | 290.77º | 0.58% | 0.44% | - |
| XYZ | 9.42 | 6.03 | 16 | - |
| YUV | 70.86 | 151.22 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 47 | 112 | 0.09 | 0.58 | 0 | 0.56 | 290.77 | 0.41 | 0.31 |
| Hex | 66 | 2F | 70 | 9 | 3A | 0 | 38 | 123 | 29 | 1F |
| Octal | 146 | 57 | 160 | 11 | 72 | 0 | 70 | 443 | 51 | 37 |
| Binary | 1100110 | 101111 | 1110000 | 1001 | 111010 | 0 | 111000 | 100100011 | 101001 | 11111 |
Color Harmonies of #662F70
Complementary color
Monochromatic Colors of #662F70
Black with #662F70
Text Example
Text Example
White with #662F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662F70; }
p { color: rgb(102,47,112); }
H1.HeaderClassName
{
color: #662F70;
}
.AnyTagClassName
{
color: #662F70;
}
</style>
background-color css
<style>
a { background-color: #662F70; }
a { background-color: rgb(102,47,112); }
div.DivClassName
{
background-color: #662F70;
}
.BgClassName
{
background-color: #662F70;
}
</style>
border-color css
<style>
span { border-color: #662F70; }
span { border-color: rgb(102,47,112); }
td.TdClassName
{
border-color: #662F70;
}
.TagClassName
{
border-color: #662F70;
}
</style>