#645A9E

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

Shades of Scampi #645A9E

Tints of Scampi #645A9E

Color information

#645A9E (or 0x645A9E) is unknown color: approx Scampi. HEX triplet: 64, 5A and 9E. RGB value is (100,90,158). Sum of RGB (Red+Green+Blue) = 100+90+158=348 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.74% from 348); Green value is 90 (35.55% from 255 or 25.86% from 348); Blue value is 158 (62.11% from 255 or 45.40% from 348); Max value from RGB is 158 - color contains mainly: blue. Hex color #645A9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645A9E is #9BA561. Grayscale: #646464. Windows color (decimal): -10200418 or 10377828. OLE color: 10377828.

HSL color Cylindrical-coordinate representation of color #645A9E: hue angle of 248.82º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #645A9E is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10090158-
CMYK0.370.4300.38
HSL248.82º27.42%48.63%-
HSV(B)248.82º43.04%61.96%-
XYZ15.0812.4933.96-
YUV100.74160.31127.47-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.74%
GREEN value IS 90 (35.55% from 255) = 25.86%
BLUE value IS 158 (62.11% from 255) = 45.40%
R=28.74%
G=25.86%
B=45.40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal100901580.370.4300.38248.8227.4248.63
Hex645A9E252B026f91b31
Octal14413223645530463713361
Binary110010010110101001111010010110101101001101111100111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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