Shades of Seance #602F6A
Tints of Seance #602F6A
RGB
CMYK
RGB Variations
Color information
#602F6A (or 0x602F6A) is known color: Seance. HEX triplet: 60, 2F and 6A. RGB value is (96,47,106). Sum of RGB (Red+Green+Blue) = 96+47+106=249 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.55% from 249); Green value is 47 (18.75% from 255 or 18.88% from 249); Blue value is 106 (41.80% from 255 or 42.57% from 249); Max value from RGB is 106 - color contains mainly: blue. Hex color #602F6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602F6A is #9FD095. Grayscale: #444444. Windows color (decimal): -10473622 or 6958944. OLE color: 6958944.
HSL color Cylindrical-coordinate representation of color #602F6A: hue angle of 289.83º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #602F6A is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 96 | 47 | 106 | - |
| CMYK | 0.09 | 0.56 | 0 | 0.58 |
| HSL | 289.83º | 0.39% | 0.3% | - |
| HSV(B) | 289.83º | 0.56% | 0.42% | - |
| XYZ | 8.44 | 5.56 | 14.26 | - |
| YUV | 68.38 | 149.23 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 47 | 106 | 0.09 | 0.56 | 0 | 0.58 | 289.83 | 0.39 | 0.3 |
| Hex | 60 | 2F | 6A | 9 | 38 | 0 | 3A | 122 | 27 | 1E |
| Octal | 140 | 57 | 152 | 11 | 70 | 0 | 72 | 442 | 47 | 36 |
| Binary | 1100000 | 101111 | 1101010 | 1001 | 111000 | 0 | 111010 | 100100010 | 100111 | 11110 |
Color Harmonies of #602F6A
Complementary color
Monochromatic Colors of #602F6A
Black with #602F6A
Text Example
Text Example
White with #602F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602F6A; }
p { color: rgb(96,47,106); }
H1.HeaderClassName
{
color: #602F6A;
}
.AnyTagClassName
{
color: #602F6A;
}
</style>
background-color css
<style>
a { background-color: #602F6A; }
a { background-color: rgb(96,47,106); }
div.DivClassName
{
background-color: #602F6A;
}
.BgClassName
{
background-color: #602F6A;
}
</style>
border-color css
<style>
span { border-color: #602F6A; }
span { border-color: rgb(96,47,106); }
td.TdClassName
{
border-color: #602F6A;
}
.TagClassName
{
border-color: #602F6A;
}
</style>