#654364

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

Shades of Seance #654364

Tints of Seance #654364

Color information

#654364 (or 0x654364) is unknown color: approx Seance. HEX triplet: 65, 43 and 64. RGB value is (101,67,100). Sum of RGB (Red+Green+Blue) = 101+67+100=268 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.69% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 100 (39.45% from 255 or 37.31% from 268); Max value from RGB is 101 - color contains mainly: red. Hex color #654364 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654364 is #9ABC9B. Grayscale: #505050. Windows color (decimal): -10140828 or 6570853. OLE color: 6570853.

HSL color Cylindrical-coordinate representation of color #654364: hue angle of 301.76º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #654364 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.60.

Color convert

RGB10167100-
CMYK00.340.010.60
HSL301.76º20.24%32.94%-
HSV(B)301.76º33.66%39.61%-
XYZ9.677.713.03-
YUV80.93138.76142.32-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.69%
GREEN value IS 67 (26.56% from 255) = 25%
BLUE value IS 100 (39.45% from 255) = 37.31%
R=37.69%
G=25%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1016710000.340.010.60301.7620.2432.94
Hex65436402213C12e1421
Octal1451031440421744562441
Binary1100101100001111001000100010111110010010111010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654364; }

 p { color: rgb(101,67,100); }

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

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

 a { background-color: rgb(101,67,100); }

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

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

 span { border-color: rgb(101,67,100); }

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