#64306b

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

Shades of Seance #64306B

Tints of Seance #64306B

Color information

#64306B (or 0x64306B) is unknown color: approx Seance. HEX triplet: 64, 30 and 6B. RGB value is (100,48,107). Sum of RGB (Red+Green+Blue) = 100+48+107=255 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.22% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 107 (42.19% from 255 or 41.96% from 255); Max value from RGB is 107 - color contains mainly: blue. Hex color #64306B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64306B is #9BCF94. Grayscale: #464646. Windows color (decimal): -10211221 or 7024740. OLE color: 7024740.

HSL color Cylindrical-coordinate representation of color #64306B: hue angle of 292.88º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64306B is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10048107-
CMYK0.070.5500.58
HSL292.88º38.06%30.39%-
HSV(B)292.88º55.14%41.96%-
XYZ8.975.8814.57-
YUV70.27148.73149.2-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 39.22%
GREEN value IS 48 (19.14% from 255) = 18.82%
BLUE value IS 107 (42.19% from 255) = 41.96%
R=39.22%
G=18.82%
B=41.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal100481070.070.5500.58292.8838.0630.39
Hex64306B73703A125261e
Octal144601537670724454636
Binary11001001100001101011111110111011101010010010110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64306b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64306b; }

 p { color: rgb(100,48,107); }

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

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

 a { background-color: rgb(100,48,107); }

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

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

 span { border-color: rgb(100,48,107); }

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