#653B6E

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

Shades of Seance #653B6E

Tints of Seance #653B6E

Color information

#653B6E (or 0x653B6E) is unknown color: approx Seance. HEX triplet: 65, 3B and 6E. RGB value is (101,59,110). Sum of RGB (Red+Green+Blue) = 101+59+110=270 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.41% from 270); Green value is 59 (23.44% from 255 or 21.85% from 270); Blue value is 110 (43.36% from 255 or 40.74% from 270); Max value from RGB is 110 - color contains mainly: blue. Hex color #653B6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653B6E is #9AC491. Grayscale: #4D4D4D. Windows color (decimal): -10142866 or 7224165. OLE color: 7224165.

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

Color convert

RGB10159110-
CMYK0.080.4600.57
HSL289.41º30.18%33.14%-
HSV(B)289.41º46.36%43.14%-
XYZ9.757.0215.59-
YUV77.37146.41144.85-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.41%
GREEN value IS 59 (23.44% from 255) = 21.85%
BLUE value IS 110 (43.36% from 255) = 40.74%
R=37.41%
G=21.85%
B=40.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal101591100.080.4600.57289.4130.1833.14
Hex653B6E82E0391211e21
Octal1457315610560714413641
Binary110010111101111011101000101110011100110010000111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,59,110); }

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

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

 a { background-color: rgb(101,59,110); }

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

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

 span { border-color: rgb(101,59,110); }

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