Shades of Seance #65186C
Tints of Seance #65186C
RGB
CMYK
RGB Variations
Color information
#65186C (or 0x65186C) is known color: Seance. HEX triplet: 65, 18 and 6C. RGB value is (101,24,108). Sum of RGB (Red+Green+Blue) = 101+24+108=233 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.35% from 233); Green value is 24 (9.77% from 255 or 10.30% from 233); Blue value is 108 (42.58% from 255 or 46.35% from 233); Max value from RGB is 108 - color contains mainly: blue. Hex color #65186C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65186C is #9AE793. Grayscale: #383838. Windows color (decimal): -10151828 or 7084133. OLE color: 7084133.
HSL color Cylindrical-coordinate representation of color #65186C: hue angle of 295º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #65186C is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 101 | 24 | 108 | - |
| CMYK | 0.06 | 0.78 | 0 | 0.58 |
| HSL | 295º | 0.64% | 0.26% | - |
| HSV(B) | 295º | 0.78% | 0.42% | - |
| XYZ | 8.4 | 4.5 | 14.61 | - |
| YUV | 56.6 | 157.01 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 24 | 108 | 0.06 | 0.78 | 0 | 0.58 | 295 | 0.64 | 0.26 |
| Hex | 65 | 18 | 6C | 6 | 4E | 0 | 3A | 127 | 40 | 1A |
| Octal | 145 | 30 | 154 | 6 | 116 | 0 | 72 | 447 | 100 | 32 |
| Binary | 1100101 | 11000 | 1101100 | 110 | 1001110 | 0 | 111010 | 100100111 | 1000000 | 11010 |
Color Harmonies of #65186C
Complementary color
Monochromatic Colors of #65186C
Black with #65186C
Text Example
Text Example
White with #65186C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65186C; }
p { color: rgb(101,24,108); }
H1.HeaderClassName
{
color: #65186C;
}
.AnyTagClassName
{
color: #65186C;
}
</style>
background-color css
<style>
a { background-color: #65186C; }
a { background-color: rgb(101,24,108); }
div.DivClassName
{
background-color: #65186C;
}
.BgClassName
{
background-color: #65186C;
}
</style>
border-color css
<style>
span { border-color: #65186C; }
span { border-color: rgb(101,24,108); }
td.TdClassName
{
border-color: #65186C;
}
.TagClassName
{
border-color: #65186C;
}
</style>