Shades of Seance #6B177D
Tints of Seance #6B177D
RGB
CMYK
RGB Variations
Color information
#6B177D (or 0x6B177D) is known color: Seance. HEX triplet: 6B, 17 and 7D. RGB value is (107,23,125). Sum of RGB (Red+Green+Blue) = 107+23+125=255 (33% of max value = 765). Red value is 107 (42.19% from 255 or 41.96% from 255); Green value is 23 (9.38% from 255 or 9.02% 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 #6B177D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B177D is #94E882. Grayscale: #3B3B3B. Windows color (decimal): -9758851 or 8197995. OLE color: 8197995.
HSL color Cylindrical-coordinate representation of color #6B177D: hue angle of 289.41º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6B177D is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 107 | 23 | 125 | - |
| CMYK | 0.14 | 0.82 | 0 | 0.51 |
| HSL | 289.41º | 0.69% | 0.29% | - |
| HSV(B) | 289.41º | 0.82% | 0.49% | - |
| XYZ | 10.07 | 5.22 | 19.88 | - |
| YUV | 59.74 | 164.83 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 23 | 125 | 0.14 | 0.82 | 0 | 0.51 | 289.41 | 0.69 | 0.29 |
| Hex | 6B | 17 | 7D | E | 52 | 0 | 33 | 121 | 45 | 1D |
| Octal | 153 | 27 | 175 | 16 | 122 | 0 | 63 | 441 | 105 | 35 |
| Binary | 1101011 | 10111 | 1111101 | 1110 | 1010010 | 0 | 110011 | 100100001 | 1000101 | 11101 |
Color Harmonies of #6B177D
Complementary color
Monochromatic Colors of #6B177D
Black with #6B177D
Text Example
Text Example
White with #6B177D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B177D; }
p { color: rgb(107,23,125); }
H1.HeaderClassName
{
color: #6B177D;
}
.AnyTagClassName
{
color: #6B177D;
}
</style>
background-color css
<style>
a { background-color: #6B177D; }
a { background-color: rgb(107,23,125); }
div.DivClassName
{
background-color: #6B177D;
}
.BgClassName
{
background-color: #6B177D;
}
</style>
border-color css
<style>
span { border-color: #6B177D; }
span { border-color: rgb(107,23,125); }
td.TdClassName
{
border-color: #6B177D;
}
.TagClassName
{
border-color: #6B177D;
}
</style>