#64619b

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

Shades of Scampi #64619B

Tints of Scampi #64619B

Color information

#64619B (or 0x64619B) is unknown color: approx Scampi. HEX triplet: 64, 61 and 9B. RGB value is (100,97,155). Sum of RGB (Red+Green+Blue) = 100+97+155=352 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.41% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 155 (60.94% from 255 or 44.03% from 352); Max value from RGB is 155 - color contains mainly: blue. Hex color #64619B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64619B is #9B9E64. Grayscale: #686868. Windows color (decimal): -10198629 or 10183012. OLE color: 10183012.

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

Color convert

RGB10097155-
CMYK0.350.3700.39
HSL243.1º23.02%49.41%-
HSV(B)243.1º37.42%60.78%-
XYZ15.4513.6332.83-
YUV104.51156.49124.78-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.41%
GREEN value IS 97 (38.28% from 255) = 27.56%
BLUE value IS 155 (60.94% from 255) = 44.03%
R=28.41%
G=27.56%
B=44.03%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal100971550.350.3700.39243.123.0249.41
Hex64619B2325027f31731
Octal14414123343450473632761
Binary110010011000011001101110001110010101001111111001110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64619b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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