Shades of Seance #6B2370
Tints of Seance #6B2370
RGB
CMYK
RGB Variations
Color information
#6B2370 (or 0x6B2370) is known color: Seance. HEX triplet: 6B, 23 and 70. RGB value is (107,35,112). Sum of RGB (Red+Green+Blue) = 107+35+112=254 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.13% from 254); Green value is 35 (14.06% from 255 or 13.78% from 254); Blue value is 112 (44.14% from 255 or 44.09% from 254); Max value from RGB is 112 - color contains mainly: blue. Hex color #6B2370 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B2370 is #94DC8F. Grayscale: #414141. Windows color (decimal): -9755792 or 7349099. OLE color: 7349099.
HSL color Cylindrical-coordinate representation of color #6B2370: hue angle of 296.1º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6B2370 is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 107 | 35 | 112 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.56 |
| HSL | 296.1º | 0.52% | 0.29% | - |
| HSV(B) | 296.1º | 0.69% | 0.44% | - |
| XYZ | 9.59 | 5.5 | 15.89 | - |
| YUV | 65.31 | 154.35 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 35 | 112 | 0.04 | 0.69 | 0 | 0.56 | 296.1 | 0.52 | 0.29 |
| Hex | 6B | 23 | 70 | 4 | 45 | 0 | 38 | 128 | 34 | 1D |
| Octal | 153 | 43 | 160 | 4 | 105 | 0 | 70 | 450 | 64 | 35 |
| Binary | 1101011 | 100011 | 1110000 | 100 | 1000101 | 0 | 111000 | 100101000 | 110100 | 11101 |
Color Harmonies of #6B2370
Complementary color
Monochromatic Colors of #6B2370
Black with #6B2370
Text Example
Text Example
White with #6B2370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2370; }
p { color: rgb(107,35,112); }
H1.HeaderClassName
{
color: #6B2370;
}
.AnyTagClassName
{
color: #6B2370;
}
</style>
background-color css
<style>
a { background-color: #6B2370; }
a { background-color: rgb(107,35,112); }
div.DivClassName
{
background-color: #6B2370;
}
.BgClassName
{
background-color: #6B2370;
}
</style>
border-color css
<style>
span { border-color: #6B2370; }
span { border-color: rgb(107,35,112); }
td.TdClassName
{
border-color: #6B2370;
}
.TagClassName
{
border-color: #6B2370;
}
</style>