Shades of Seance #602E6E
Tints of Seance #602E6E
RGB
CMYK
RGB Variations
Color information
#602E6E (or 0x602E6E) is known color: Seance. HEX triplet: 60, 2E and 6E. RGB value is (96,46,110). Sum of RGB (Red+Green+Blue) = 96+46+110=252 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.10% from 252); Green value is 46 (18.36% from 255 or 18.25% from 252); Blue value is 110 (43.36% from 255 or 43.65% from 252); Max value from RGB is 110 - color contains mainly: blue. Hex color #602E6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602E6E is #9FD191. Grayscale: #444444. Windows color (decimal): -10473874 or 7220832. OLE color: 7220832.
HSL color Cylindrical-coordinate representation of color #602E6E: hue angle of 286.88º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #602E6E is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 96 | 46 | 110 | - |
| CMYK | 0.13 | 0.58 | 0 | 0.57 |
| HSL | 286.88º | 0.41% | 0.31% | - |
| HSV(B) | 286.88º | 0.58% | 0.43% | - |
| XYZ | 8.62 | 5.57 | 15.37 | - |
| YUV | 68.25 | 151.57 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 46 | 110 | 0.13 | 0.58 | 0 | 0.57 | 286.88 | 0.41 | 0.31 |
| Hex | 60 | 2E | 6E | D | 3A | 0 | 39 | 11F | 29 | 1F |
| Octal | 140 | 56 | 156 | 15 | 72 | 0 | 71 | 437 | 51 | 37 |
| Binary | 1100000 | 101110 | 1101110 | 1101 | 111010 | 0 | 111001 | 100011111 | 101001 | 11111 |
Color Harmonies of #602E6E
Complementary color
Monochromatic Colors of #602E6E
Black with #602E6E
Text Example
Text Example
White with #602E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602E6E; }
p { color: rgb(96,46,110); }
H1.HeaderClassName
{
color: #602E6E;
}
.AnyTagClassName
{
color: #602E6E;
}
</style>
background-color css
<style>
a { background-color: #602E6E; }
a { background-color: rgb(96,46,110); }
div.DivClassName
{
background-color: #602E6E;
}
.BgClassName
{
background-color: #602E6E;
}
</style>
border-color css
<style>
span { border-color: #602E6E; }
span { border-color: rgb(96,46,110); }
td.TdClassName
{
border-color: #602E6E;
}
.TagClassName
{
border-color: #602E6E;
}
</style>