Shades of Seance #6A187D
Tints of Seance #6A187D
RGB
CMYK
RGB Variations
Color information
#6A187D (or 0x6A187D) is known color: Seance. HEX triplet: 6A, 18 and 7D. RGB value is (106,24,125). Sum of RGB (Red+Green+Blue) = 106+24+125=255 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.57% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 125 (49.22% from 255 or 49.02% from 255); Max value from RGB is 125 - color contains mainly: blue. Hex color #6A187D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A187D is #95E782. Grayscale: #3B3B3B. Windows color (decimal): -9824131 or 8198250. OLE color: 8198250.
HSL color Cylindrical-coordinate representation of color #6A187D: hue angle of 288.71º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6A187D is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 106 | 24 | 125 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.51 |
| HSL | 288.71º | 0.68% | 0.29% | - |
| HSV(B) | 288.71º | 0.81% | 0.49% | - |
| XYZ | 9.97 | 5.2 | 19.88 | - |
| YUV | 60.03 | 164.67 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 24 | 125 | 0.15 | 0.81 | 0 | 0.51 | 288.71 | 0.68 | 0.29 |
| Hex | 6A | 18 | 7D | F | 51 | 0 | 33 | 121 | 44 | 1D |
| Octal | 152 | 30 | 175 | 17 | 121 | 0 | 63 | 441 | 104 | 35 |
| Binary | 1101010 | 11000 | 1111101 | 1111 | 1010001 | 0 | 110011 | 100100001 | 1000100 | 11101 |
Color Harmonies of #6A187D
Complementary color
Monochromatic Colors of #6A187D
Black with #6A187D
Text Example
Text Example
White with #6A187D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A187D; }
p { color: rgb(106,24,125); }
H1.HeaderClassName
{
color: #6A187D;
}
.AnyTagClassName
{
color: #6A187D;
}
</style>
background-color css
<style>
a { background-color: #6A187D; }
a { background-color: rgb(106,24,125); }
div.DivClassName
{
background-color: #6A187D;
}
.BgClassName
{
background-color: #6A187D;
}
</style>
border-color css
<style>
span { border-color: #6A187D; }
span { border-color: rgb(106,24,125); }
td.TdClassName
{
border-color: #6A187D;
}
.TagClassName
{
border-color: #6A187D;
}
</style>