Shades of Seance #662A6F
Tints of Seance #662A6F
RGB
CMYK
RGB Variations
Color information
#662A6F (or 0x662A6F) is known color: Seance. HEX triplet: 66, 2A and 6F. RGB value is (102,42,111). Sum of RGB (Red+Green+Blue) = 102+42+111=255 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40% from 255); Green value is 42 (16.80% from 255 or 16.47% from 255); Blue value is 111 (43.75% from 255 or 43.53% from 255); Max value from RGB is 111 - color contains mainly: blue. Hex color #662A6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662A6F is #99D590. Grayscale: #434343. Windows color (decimal): -10081681 or 7285350. OLE color: 7285350.
HSL color Cylindrical-coordinate representation of color #662A6F: hue angle of 292.17º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #662A6F is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 42 | 111 | - |
| CMYK | 0.08 | 0.62 | 0 | 0.56 |
| HSL | 292.17º | 0.45% | 0.3% | - |
| HSV(B) | 292.17º | 0.62% | 0.44% | - |
| XYZ | 9.18 | 5.63 | 15.64 | - |
| YUV | 67.81 | 152.38 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 42 | 111 | 0.08 | 0.62 | 0 | 0.56 | 292.17 | 0.45 | 0.3 |
| Hex | 66 | 2A | 6F | 8 | 3E | 0 | 38 | 124 | 2D | 1E |
| Octal | 146 | 52 | 157 | 10 | 76 | 0 | 70 | 444 | 55 | 36 |
| Binary | 1100110 | 101010 | 1101111 | 1000 | 111110 | 0 | 111000 | 100100100 | 101101 | 11110 |
Color Harmonies of #662A6F
Complementary color
Monochromatic Colors of #662A6F
Black with #662A6F
Text Example
Text Example
White with #662A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662A6F; }
p { color: rgb(102,42,111); }
H1.HeaderClassName
{
color: #662A6F;
}
.AnyTagClassName
{
color: #662A6F;
}
</style>
background-color css
<style>
a { background-color: #662A6F; }
a { background-color: rgb(102,42,111); }
div.DivClassName
{
background-color: #662A6F;
}
.BgClassName
{
background-color: #662A6F;
}
</style>
border-color css
<style>
span { border-color: #662A6F; }
span { border-color: rgb(102,42,111); }
td.TdClassName
{
border-color: #662A6F;
}
.TagClassName
{
border-color: #662A6F;
}
</style>