#645F9E

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

Shades of Scampi #645F9E

Tints of Scampi #645F9E

Color information

#645F9E (or 0x645F9E) is unknown color: approx Scampi. HEX triplet: 64, 5F and 9E. RGB value is (100,95,158). Sum of RGB (Red+Green+Blue) = 100+95+158=353 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.33% from 353); Green value is 95 (37.5% from 255 or 26.91% from 353); Blue value is 158 (62.11% from 255 or 44.76% from 353); Max value from RGB is 158 - color contains mainly: blue. Hex color #645F9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645F9E is #9BA061. Grayscale: #676767. Windows color (decimal): -10199138 or 10379108. OLE color: 10379108.

HSL color Cylindrical-coordinate representation of color #645F9E: hue angle of 244.76º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #645F9E is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10095158-
CMYK0.370.4000.38
HSL244.76º24.9%49.61%-
HSV(B)244.76º39.87%61.96%-
XYZ15.5213.3634.11-
YUV103.68158.66125.38-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.33%
GREEN value IS 95 (37.5% from 255) = 26.91%
BLUE value IS 158 (62.11% from 255) = 44.76%
R=28.33%
G=26.91%
B=44.76%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal100951580.370.4000.38244.7624.949.61
Hex645F9E2528026f51932
Octal14413723645500463653162
Binary110010010111111001111010010110100001001101111010111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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