Shades of Seance #602F6B
Tints of Seance #602F6B
RGB
CMYK
RGB Variations
Color information
#602F6B (or 0x602F6B) is known color: Seance. HEX triplet: 60, 2F and 6B. RGB value is (96,47,107). Sum of RGB (Red+Green+Blue) = 96+47+107=250 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.4% from 250); Green value is 47 (18.75% from 255 or 18.8% from 250); Blue value is 107 (42.19% from 255 or 42.8% from 250); Max value from RGB is 107 - color contains mainly: blue. Hex color #602F6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602F6B is #9FD094. Grayscale: #444444. Windows color (decimal): -10473621 or 7024480. OLE color: 7024480.
HSL color Cylindrical-coordinate representation of color #602F6B: hue angle of 289º 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 #602F6B is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 96 | 47 | 107 | - |
| CMYK | 0.10 | 0.56 | 0 | 0.58 |
| HSL | 289º | 0.39% | 0.3% | - |
| HSV(B) | 289º | 0.56% | 0.42% | - |
| XYZ | 8.49 | 5.58 | 14.54 | - |
| YUV | 68.49 | 149.73 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 47 | 107 | 0.10 | 0.56 | 0 | 0.58 | 289 | 0.39 | 0.3 |
| Hex | 60 | 2F | 6B | A | 38 | 0 | 3A | 121 | 27 | 1E |
| Octal | 140 | 57 | 153 | 12 | 70 | 0 | 72 | 441 | 47 | 36 |
| Binary | 1100000 | 101111 | 1101011 | 1010 | 111000 | 0 | 111010 | 100100001 | 100111 | 11110 |
Color Harmonies of #602F6B
Complementary color
Monochromatic Colors of #602F6B
Black with #602F6B
Text Example
Text Example
White with #602F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602F6B; }
p { color: rgb(96,47,107); }
H1.HeaderClassName
{
color: #602F6B;
}
.AnyTagClassName
{
color: #602F6B;
}
</style>
background-color css
<style>
a { background-color: #602F6B; }
a { background-color: rgb(96,47,107); }
div.DivClassName
{
background-color: #602F6B;
}
.BgClassName
{
background-color: #602F6B;
}
</style>
border-color css
<style>
span { border-color: #602F6B; }
span { border-color: rgb(96,47,107); }
td.TdClassName
{
border-color: #602F6B;
}
.TagClassName
{
border-color: #602F6B;
}
</style>