Shades of Seance #654263
Tints of Seance #654263
RGB
CMYK
RGB Variations
Color information
#654263 (or 0x654263) is known color: Seance. HEX triplet: 65, 42 and 63. RGB value is (101,66,99). Sum of RGB (Red+Green+Blue) = 101+66+99=266 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.97% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 99 (39.06% from 255 or 37.22% from 266); Max value from RGB is 101 - color contains mainly: red. Hex color #654263 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654263 is #9ABD9C. Grayscale: #505050. Windows color (decimal): -10141085 or 6505061. OLE color: 6505061.
HSL color Cylindrical-coordinate representation of color #654263: hue angle of 303.43º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #654263 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 66 | 99 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.60 |
| HSL | 303.43º | 0.21% | 0.33% | - |
| HSV(B) | 303.43º | 0.35% | 0.4% | - |
| XYZ | 9.57 | 7.56 | 12.76 | - |
| YUV | 80.23 | 138.6 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 66 | 99 | 0 | 0.35 | 0.02 | 0.60 | 303.43 | 0.21 | 0.33 |
| Hex | 65 | 42 | 63 | 0 | 23 | 2 | 3C | 12F | 15 | 21 |
| Octal | 145 | 102 | 143 | 0 | 43 | 2 | 74 | 457 | 25 | 41 |
| Binary | 1100101 | 1000010 | 1100011 | 0 | 100011 | 10 | 111100 | 100101111 | 10101 | 100001 |
Color Harmonies of #654263
Complementary color
Monochromatic Colors of #654263
Black with #654263
Text Example
Text Example
White with #654263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654263; }
p { color: rgb(101,66,99); }
H1.HeaderClassName
{
color: #654263;
}
.AnyTagClassName
{
color: #654263;
}
</style>
background-color css
<style>
a { background-color: #654263; }
a { background-color: rgb(101,66,99); }
div.DivClassName
{
background-color: #654263;
}
.BgClassName
{
background-color: #654263;
}
</style>
border-color css
<style>
span { border-color: #654263; }
span { border-color: rgb(101,66,99); }
td.TdClassName
{
border-color: #654263;
}
.TagClassName
{
border-color: #654263;
}
</style>