#64619D

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

Shades of Scampi #64619D

Tints of Scampi #64619D

Color information

#64619D (or 0x64619D) is unknown color: approx Scampi. HEX triplet: 64, 61 and 9D. RGB value is (100,97,157). Sum of RGB (Red+Green+Blue) = 100+97+157=354 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.25% from 354); Green value is 97 (38.28% from 255 or 27.40% from 354); Blue value is 157 (61.72% from 255 or 44.35% from 354); Max value from RGB is 157 - color contains mainly: blue. Hex color #64619D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64619D is #9B9E62. Grayscale: #686868. Windows color (decimal): -10198627 or 10314084. OLE color: 10314084.

HSL color Cylindrical-coordinate representation of color #64619D: hue angle of 243º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #64619D is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10097157-
CMYK0.360.3800.38
HSL243º23.62%49.8%-
HSV(B)243º38.22%61.57%-
XYZ15.6213.6933.72-
YUV104.74157.49124.62-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.25%
GREEN value IS 97 (38.28% from 255) = 27.40%
BLUE value IS 157 (61.72% from 255) = 44.35%
R=28.25%
G=27.40%
B=44.35%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal100971570.360.3800.3824323.6249.8
Hex64619D2426026f31832
Octal14414123544460463633062
Binary110010011000011001110110010010011001001101111001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64619D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64619D; }

 p { color: rgb(100,97,157); }

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

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

 a { background-color: rgb(100,97,157); }

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

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

 span { border-color: rgb(100,97,157); }

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