#645E95

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

Shades of Scampi #645E95

Tints of Scampi #645E95

Color information

#645E95 (or 0x645E95) is unknown color: approx Scampi. HEX triplet: 64, 5E and 95. RGB value is (100,94,149). Sum of RGB (Red+Green+Blue) = 100+94+149=343 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.15% from 343); Green value is 94 (37.11% from 255 or 27.41% from 343); Blue value is 149 (58.59% from 255 or 43.44% from 343); Max value from RGB is 149 - color contains mainly: blue. Hex color #645E95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645E95 is #9BA16A. Grayscale: #656565. Windows color (decimal): -10199403 or 9789028. OLE color: 9789028.

HSL color Cylindrical-coordinate representation of color #645E95: hue angle of 246.55º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #645E95 is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10094149-
CMYK0.330.3700.42
HSL246.55º22.63%47.65%-
HSV(B)246.55º36.91%58.43%-
XYZ14.6812.8830.15-
YUV102.06154.49126.53-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.15%
GREEN value IS 94 (37.11% from 255) = 27.41%
BLUE value IS 149 (58.59% from 255) = 43.44%
R=29.15%
G=27.41%
B=43.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal100941490.330.3700.42246.5522.6347.65
Hex645E95212502Af71730
Octal14413622541450523672760
Binary110010010111101001010110000110010101010101111011110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,94,149); }

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

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

 a { background-color: rgb(100,94,149); }

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

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

 span { border-color: rgb(100,94,149); }

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