Shades of Seance #682270
Tints of Seance #682270
RGB
CMYK
RGB Variations
Color information
#682270 (or 0x682270) is known color: Seance. HEX triplet: 68, 22 and 70. RGB value is (104,34,112). Sum of RGB (Red+Green+Blue) = 104+34+112=250 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.6% from 250); Green value is 34 (13.67% from 255 or 13.6% from 250); Blue value is 112 (44.14% from 255 or 44.8% from 250); Max value from RGB is 112 - color contains mainly: blue. Hex color #682270 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682270 is #97DD8F. Grayscale: #3F3F3F. Windows color (decimal): -9952656 or 7348840. OLE color: 7348840.
HSL color Cylindrical-coordinate representation of color #682270: hue angle of 293.85º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #682270 is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 34 | 112 | - |
| CMYK | 0.07 | 0.70 | 0 | 0.56 |
| HSL | 293.85º | 0.53% | 0.29% | - |
| HSV(B) | 293.85º | 0.7% | 0.44% | - |
| XYZ | 9.21 | 5.26 | 15.86 | - |
| YUV | 63.82 | 155.19 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 34 | 112 | 0.07 | 0.70 | 0 | 0.56 | 293.85 | 0.53 | 0.29 |
| Hex | 68 | 22 | 70 | 7 | 46 | 0 | 38 | 126 | 35 | 1D |
| Octal | 150 | 42 | 160 | 7 | 106 | 0 | 70 | 446 | 65 | 35 |
| Binary | 1101000 | 100010 | 1110000 | 111 | 1000110 | 0 | 111000 | 100100110 | 110101 | 11101 |
Color Harmonies of #682270
Complementary color
Monochromatic Colors of #682270
Black with #682270
Text Example
Text Example
White with #682270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682270; }
p { color: rgb(104,34,112); }
H1.HeaderClassName
{
color: #682270;
}
.AnyTagClassName
{
color: #682270;
}
</style>
background-color css
<style>
a { background-color: #682270; }
a { background-color: rgb(104,34,112); }
div.DivClassName
{
background-color: #682270;
}
.BgClassName
{
background-color: #682270;
}
</style>
border-color css
<style>
span { border-color: #682270; }
span { border-color: rgb(104,34,112); }
td.TdClassName
{
border-color: #682270;
}
.TagClassName
{
border-color: #682270;
}
</style>