#645A97

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

Shades of Scampi #645A97

Tints of Scampi #645A97

Color information

#645A97 (or 0x645A97) is unknown color: approx Scampi. HEX triplet: 64, 5A and 97. RGB value is (100,90,151). Sum of RGB (Red+Green+Blue) = 100+90+151=341 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.33% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 151 (59.38% from 255 or 44.28% from 341); Max value from RGB is 151 - color contains mainly: blue. Hex color #645A97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645A97 is #9BA568. Grayscale: #636363. Windows color (decimal): -10200425 or 9919076. OLE color: 9919076.

HSL color Cylindrical-coordinate representation of color #645A97: hue angle of 249.84º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #645A97 is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB10090151-
CMYK0.340.4000.41
HSL249.84º25.31%47.25%-
HSV(B)249.84º40.4%59.22%-
XYZ14.512.2630.88-
YUV99.94156.81128.04-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.33%
GREEN value IS 90 (35.55% from 255) = 26.39%
BLUE value IS 151 (59.38% from 255) = 44.28%
R=29.33%
G=26.39%
B=44.28%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal100901510.340.4000.41249.8425.3147.25
Hex645A972228029fa192f
Octal14413222742500513723157
Binary110010010110101001011110001010100001010011111101011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645A97; }

 p { color: rgb(100,90,151); }

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

<style>
 a { background-color: #645A97; }

 a { background-color: rgb(100,90,151); }

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

<style>
 span { border-color: #645A97; }

 span { border-color: rgb(100,90,151); }

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