Shades of Seance #652E67
Tints of Seance #652E67
RGB
CMYK
RGB Variations
Color information
#652E67 (or 0x652E67) is known color: Seance. HEX triplet: 65, 2E and 67. RGB value is (101,46,103). Sum of RGB (Red+Green+Blue) = 101+46+103=250 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.4% from 250); Green value is 46 (18.36% from 255 or 18.4% from 250); Blue value is 103 (40.62% from 255 or 41.2% from 250); Max value from RGB is 103 - color contains mainly: blue. Hex color #652E67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652E67 is #9AD198. Grayscale: #444444. Windows color (decimal): -10146201 or 6762085. OLE color: 6762085.
HSL color Cylindrical-coordinate representation of color #652E67: hue angle of 297.89º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #652E67 is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 46 | 103 | - |
| CMYK | 0.02 | 0.55 | 0 | 0.60 |
| HSL | 297.89º | 0.38% | 0.29% | - |
| HSV(B) | 297.89º | 0.55% | 0.4% | - |
| XYZ | 8.79 | 5.7 | 13.47 | - |
| YUV | 68.94 | 147.22 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 46 | 103 | 0.02 | 0.55 | 0 | 0.60 | 297.89 | 0.38 | 0.29 |
| Hex | 65 | 2E | 67 | 2 | 37 | 0 | 3C | 12A | 26 | 1D |
| Octal | 145 | 56 | 147 | 2 | 67 | 0 | 74 | 452 | 46 | 35 |
| Binary | 1100101 | 101110 | 1100111 | 10 | 110111 | 0 | 111100 | 100101010 | 100110 | 11101 |
Color Harmonies of #652E67
Complementary color
Monochromatic Colors of #652E67
Black with #652E67
Text Example
Text Example
White with #652E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652E67; }
p { color: rgb(101,46,103); }
H1.HeaderClassName
{
color: #652E67;
}
.AnyTagClassName
{
color: #652E67;
}
</style>
background-color css
<style>
a { background-color: #652E67; }
a { background-color: rgb(101,46,103); }
div.DivClassName
{
background-color: #652E67;
}
.BgClassName
{
background-color: #652E67;
}
</style>
border-color css
<style>
span { border-color: #652E67; }
span { border-color: rgb(101,46,103); }
td.TdClassName
{
border-color: #652E67;
}
.TagClassName
{
border-color: #652E67;
}
</style>