#654264

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

Shades of Seance #654264

Tints of Seance #654264

Color information

#654264 (or 0x654264) is unknown color: approx Seance. HEX triplet: 65, 42 and 64. RGB value is (101,66,100). Sum of RGB (Red+Green+Blue) = 101+66+100=267 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.83% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 100 (39.45% from 255 or 37.45% from 267); Max value from RGB is 101 - color contains mainly: red. Hex color #654264 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654264 is #9ABD9B. Grayscale: #505050. Windows color (decimal): -10141084 or 6570597. OLE color: 6570597.

HSL color Cylindrical-coordinate representation of color #654264: hue angle of 301.71º 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 #654264 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.60.

Color convert

RGB10166100-
CMYK00.350.010.60
HSL301.71º20.96%32.75%-
HSV(B)301.71º34.65%39.61%-
XYZ9.627.5813.01-
YUV80.34139.1142.74-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.83%
GREEN value IS 66 (26.17% from 255) = 24.72%
BLUE value IS 100 (39.45% from 255) = 37.45%
R=37.83%
G=24.72%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1016610000.350.010.60301.7120.9632.75
Hex65426402313C12e1521
Octal1451021440431744562541
Binary1100101100001011001000100011111110010010111010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654264; }

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

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

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

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

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

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

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

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