#64639B

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

Shades of Scampi #64639B

Tints of Scampi #64639B

Color information

#64639B (or 0x64639B) is unknown color: approx Scampi. HEX triplet: 64, 63 and 9B. RGB value is (100,99,155). Sum of RGB (Red+Green+Blue) = 100+99+155=354 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.25% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 155 (60.94% from 255 or 43.79% from 354); Max value from RGB is 155 - color contains mainly: blue. Hex color #64639B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64639B is #9B9C64. Grayscale: #696969. Windows color (decimal): -10198117 or 10183524. OLE color: 10183524.

HSL color Cylindrical-coordinate representation of color #64639B: hue angle of 241.07º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #64639B is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10099155-
CMYK0.350.3600.39
HSL241.07º22.05%49.8%-
HSV(B)241.07º36.13%60.78%-
XYZ15.631432.89-
YUV105.68155.83123.95-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.25%
GREEN value IS 99 (39.06% from 255) = 27.97%
BLUE value IS 155 (60.94% from 255) = 43.79%
R=28.25%
G=27.97%
B=43.79%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal100991550.350.3600.39241.0722.0549.8
Hex64639B2324027f11632
Octal14414323343440473612662
Binary110010011000111001101110001110010001001111111000110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64639B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64639B; }

 p { color: rgb(100,99,155); }

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

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

 a { background-color: rgb(100,99,155); }

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

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

 span { border-color: rgb(100,99,155); }

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