#653A6C

Color #653A6C Seance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seance #653A6C

Tints of Seance #653A6C

Color information

#653A6C (or 0x653A6C) is unknown color: approx Seance. HEX triplet: 65, 3A and 6C. RGB value is (101,58,108). Sum of RGB (Red+Green+Blue) = 101+58+108=267 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.83% from 267); Green value is 58 (23.05% from 255 or 21.72% from 267); Blue value is 108 (42.58% from 255 or 40.45% from 267); Max value from RGB is 108 - color contains mainly: blue. Hex color #653A6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653A6C is #9AC593. Grayscale: #4C4C4C. Windows color (decimal): -10143124 or 7092837. OLE color: 7092837.

HSL color Cylindrical-coordinate representation of color #653A6C: hue angle of 291.6º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #653A6C is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10158108-
CMYK0.060.4600.58
HSL291.6º30.12%32.55%-
HSV(B)291.6º46.3%42.35%-
XYZ9.596.8815.01-
YUV76.56145.75145.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 37.83%
GREEN value IS 58 (23.05% from 255) = 21.72%
BLUE value IS 108 (42.58% from 255) = 40.45%
R=37.83%
G=21.72%
B=40.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal101581080.060.4600.58291.630.1232.55
Hex653A6C62E03A1241e21
Octal145721546560724443641
Binary11001011110101101100110101110011101010010010011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653A6C; }

 p { color: rgb(101,58,108); }

 H1.HeaderClassName
 {
   color: #653A6C;
 }
 .AnyTagClassName
 {
   color: #653A6C;
 }
</style>
background-color css

<style>
 a { background-color: #653A6C; }

 a { background-color: rgb(101,58,108); }

 div.DivClassName
 {
   background-color: #653A6C;
 }
 .BgClassName
 {
   background-color: #653A6C;
 }
</style>
border-color css

<style>
 span { border-color: #653A6C; }

 span { border-color: rgb(101,58,108); }

 td.TdClassName
 {
   border-color: #653A6C;
 }
 .TagClassName
 {
   border-color: #653A6C;
 }
</style>