#645D94

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

Shades of Scampi #645D94

Tints of Scampi #645D94

Color information

#645D94 (or 0x645D94) is unknown color: approx Scampi. HEX triplet: 64, 5D and 94. RGB value is (100,93,148). Sum of RGB (Red+Green+Blue) = 100+93+148=341 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.33% from 341); Green value is 93 (36.72% from 255 or 27.27% from 341); Blue value is 148 (58.20% from 255 or 43.40% from 341); Max value from RGB is 148 - color contains mainly: blue. Hex color #645D94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645D94 is #9BA26B. Grayscale: #656565. Windows color (decimal): -10199660 or 9723236. OLE color: 9723236.

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

Color convert

RGB10093148-
CMYK0.320.3700.42
HSL247.64º22.82%47.25%-
HSV(B)247.64º37.16%58.04%-
XYZ14.5212.6829.7-
YUV101.36154.32127.03-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.33%
GREEN value IS 93 (36.72% from 255) = 27.27%
BLUE value IS 148 (58.20% from 255) = 43.40%
R=29.33%
G=27.27%
B=43.40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal100931480.320.3700.42247.6422.8247.25
Hex645D94202502Af8172f
Octal14413522440450523702757
Binary110010010111011001010010000010010101010101111100010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,93,148); }

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

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

 a { background-color: rgb(100,93,148); }

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

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

 span { border-color: rgb(100,93,148); }

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