#64386A

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

Shades of Seance #64386A

Tints of Seance #64386A

Color information

#64386A (or 0x64386A) is unknown color: approx Seance. HEX triplet: 64, 38 and 6A. RGB value is (100,56,106). Sum of RGB (Red+Green+Blue) = 100+56+106=262 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.17% from 262); Green value is 56 (22.27% from 255 or 21.37% from 262); Blue value is 106 (41.80% from 255 or 40.46% from 262); Max value from RGB is 106 - color contains mainly: blue. Hex color #64386A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64386A is #9BC795. Grayscale: #4A4A4A. Windows color (decimal): -10209174 or 6961252. OLE color: 6961252.

HSL color Cylindrical-coordinate representation of color #64386A: hue angle of 292.8º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64386A is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10056106-
CMYK0.060.4700.58
HSL292.8º30.86%31.76%-
HSV(B)292.8º47.17%41.57%-
XYZ9.276.5814.42-
YUV74.86145.58145.93-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.17%
GREEN value IS 56 (22.27% from 255) = 21.37%
BLUE value IS 106 (41.80% from 255) = 40.46%
R=38.17%
G=21.37%
B=40.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal100561060.060.4700.58292.830.8631.76
Hex64386A62F03A1251f20
Octal144701526570724453740
Binary11001001110001101010110101111011101010010010111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64386A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64386A; }

 p { color: rgb(100,56,106); }

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

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

 a { background-color: rgb(100,56,106); }

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

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

 span { border-color: rgb(100,56,106); }

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