Shades of Seance #6B187C
Tints of Seance #6B187C
RGB
CMYK
RGB Variations
Color information
#6B187C (or 0x6B187C) is known color: Seance. HEX triplet: 6B, 18 and 7C. RGB value is (107,24,124). Sum of RGB (Red+Green+Blue) = 107+24+124=255 (33% of max value = 765). Red value is 107 (42.19% from 255 or 41.96% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 124 (48.83% from 255 or 48.63% from 255); Max value from RGB is 124 - color contains mainly: blue. Hex color #6B187C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B187C is #94E783. Grayscale: #3B3B3B. Windows color (decimal): -9758596 or 8132715. OLE color: 8132715.
HSL color Cylindrical-coordinate representation of color #6B187C: hue angle of 289.8º 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 #6B187C is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 107 | 24 | 124 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.51 |
| HSL | 289.8º | 0.68% | 0.29% | - |
| HSV(B) | 289.8º | 0.81% | 0.49% | - |
| XYZ | 10.03 | 5.23 | 19.55 | - |
| YUV | 60.22 | 164 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 24 | 124 | 0.14 | 0.81 | 0 | 0.51 | 289.8 | 0.68 | 0.29 |
| Hex | 6B | 18 | 7C | E | 51 | 0 | 33 | 122 | 44 | 1D |
| Octal | 153 | 30 | 174 | 16 | 121 | 0 | 63 | 442 | 104 | 35 |
| Binary | 1101011 | 11000 | 1111100 | 1110 | 1010001 | 0 | 110011 | 100100010 | 1000100 | 11101 |
Color Harmonies of #6B187C
Complementary color
Monochromatic Colors of #6B187C
Black with #6B187C
Text Example
Text Example
White with #6B187C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B187C; }
p { color: rgb(107,24,124); }
H1.HeaderClassName
{
color: #6B187C;
}
.AnyTagClassName
{
color: #6B187C;
}
</style>
background-color css
<style>
a { background-color: #6B187C; }
a { background-color: rgb(107,24,124); }
div.DivClassName
{
background-color: #6B187C;
}
.BgClassName
{
background-color: #6B187C;
}
</style>
border-color css
<style>
span { border-color: #6B187C; }
span { border-color: rgb(107,24,124); }
td.TdClassName
{
border-color: #6B187C;
}
.TagClassName
{
border-color: #6B187C;
}
</style>