#645D9D

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

Shades of Scampi #645D9D

Tints of Scampi #645D9D

Color information

#645D9D (or 0x645D9D) is unknown color: approx Scampi. HEX triplet: 64, 5D and 9D. RGB value is (100,93,157). Sum of RGB (Red+Green+Blue) = 100+93+157=350 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.57% from 350); Green value is 93 (36.72% from 255 or 26.57% from 350); Blue value is 157 (61.72% from 255 or 44.86% from 350); Max value from RGB is 157 - color contains mainly: blue. Hex color #645D9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645D9D is #9BA262. Grayscale: #666666. Windows color (decimal): -10199651 or 10313060. OLE color: 10313060.

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

Color convert

RGB10093157-
CMYK0.360.4100.38
HSL246.56º25.6%49.02%-
HSV(B)246.56º40.76%61.57%-
XYZ15.2612.9733.6-
YUV102.39158.82126.3-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.57%
GREEN value IS 93 (36.72% from 255) = 26.57%
BLUE value IS 157 (61.72% from 255) = 44.86%
R=28.57%
G=26.57%
B=44.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal100931570.360.4100.38246.5625.649.02
Hex645D9D2429026f71a31
Octal14413523544510463673261
Binary110010010111011001110110010010100101001101111011111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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