Shades of Seance #6B1974
Tints of Seance #6B1974
RGB
CMYK
RGB Variations
Color information
#6B1974 (or 0x6B1974) is known color: Seance. HEX triplet: 6B, 19 and 74. RGB value is (107,25,116). Sum of RGB (Red+Green+Blue) = 107+25+116=248 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.15% from 248); Green value is 25 (10.16% from 255 or 10.08% from 248); Blue value is 116 (45.70% from 255 or 46.77% from 248); Max value from RGB is 116 - color contains mainly: blue. Hex color #6B1974 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B1974 is #94E68B. Grayscale: #3B3B3B. Windows color (decimal): -9758348 or 7608683. OLE color: 7608683.
HSL color Cylindrical-coordinate representation of color #6B1974: hue angle of 294.07º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6B1974 is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 25 | 116 | - |
| CMYK | 0.08 | 0.78 | 0 | 0.55 |
| HSL | 294.07º | 0.65% | 0.28% | - |
| HSV(B) | 294.07º | 0.78% | 0.45% | - |
| XYZ | 9.56 | 5.08 | 17 | - |
| YUV | 59.89 | 159.67 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 25 | 116 | 0.08 | 0.78 | 0 | 0.55 | 294.07 | 0.65 | 0.28 |
| Hex | 6B | 19 | 74 | 8 | 4E | 0 | 37 | 126 | 41 | 1C |
| Octal | 153 | 31 | 164 | 10 | 116 | 0 | 67 | 446 | 101 | 34 |
| Binary | 1101011 | 11001 | 1110100 | 1000 | 1001110 | 0 | 110111 | 100100110 | 1000001 | 11100 |
Color Harmonies of #6B1974
Complementary color
Monochromatic Colors of #6B1974
Black with #6B1974
Text Example
Text Example
White with #6B1974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1974; }
p { color: rgb(107,25,116); }
H1.HeaderClassName
{
color: #6B1974;
}
.AnyTagClassName
{
color: #6B1974;
}
</style>
background-color css
<style>
a { background-color: #6B1974; }
a { background-color: rgb(107,25,116); }
div.DivClassName
{
background-color: #6B1974;
}
.BgClassName
{
background-color: #6B1974;
}
</style>
border-color css
<style>
span { border-color: #6B1974; }
span { border-color: rgb(107,25,116); }
td.TdClassName
{
border-color: #6B1974;
}
.TagClassName
{
border-color: #6B1974;
}
</style>