#64336E

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

Shades of Seance #64336E

Tints of Seance #64336E

Color information

#64336E (or 0x64336E) is unknown color: approx Seance. HEX triplet: 64, 33 and 6E. RGB value is (100,51,110). Sum of RGB (Red+Green+Blue) = 100+51+110=261 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.31% from 261); Green value is 51 (20.31% from 255 or 19.54% from 261); Blue value is 110 (43.36% from 255 or 42.15% from 261); Max value from RGB is 110 - color contains mainly: blue. Hex color #64336E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64336E is #9BCC91. Grayscale: #484848. Windows color (decimal): -10210450 or 7222116. OLE color: 7222116.

HSL color Cylindrical-coordinate representation of color #64336E: hue angle of 289.83º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64336E is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10051110-
CMYK0.090.5400.57
HSL289.83º36.65%31.57%-
HSV(B)289.83º53.64%43.14%-
XYZ9.256.215.46-
YUV72.38149.23147.7-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.31%
GREEN value IS 51 (20.31% from 255) = 19.54%
BLUE value IS 110 (43.36% from 255) = 42.15%
R=38.31%
G=19.54%
B=42.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal100511100.090.5400.57289.8336.6531.57
Hex64336E9360391222520
Octal1446315611660714424540
Binary1100100110011110111010011101100111001100100010100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64336E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64336E; }

 p { color: rgb(100,51,110); }

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

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

 a { background-color: rgb(100,51,110); }

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

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

 span { border-color: rgb(100,51,110); }

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