#645F94

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

Shades of Scampi #645F94

Tints of Scampi #645F94

Color information

#645F94 (or 0x645F94) is unknown color: approx Scampi. HEX triplet: 64, 5F and 94. RGB value is (100,95,148). Sum of RGB (Red+Green+Blue) = 100+95+148=343 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.15% from 343); Green value is 95 (37.5% from 255 or 27.70% from 343); Blue value is 148 (58.20% from 255 or 43.15% from 343); Max value from RGB is 148 - color contains mainly: blue. Hex color #645F94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645F94 is #9BA06B. Grayscale: #666666. Windows color (decimal): -10199148 or 9723748. OLE color: 9723748.

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

Color convert

RGB10095148-
CMYK0.320.3600.42
HSL245.66º21.81%47.65%-
HSV(B)245.66º35.81%58.04%-
XYZ14.6913.0329.76-
YUV102.54153.66126.19-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.15%
GREEN value IS 95 (37.5% from 255) = 27.70%
BLUE value IS 148 (58.20% from 255) = 43.15%
R=29.15%
G=27.70%
B=43.15%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal100951480.320.3600.42245.6621.8147.65
Hex645F94202402Af61630
Octal14413722440440523662660
Binary110010010111111001010010000010010001010101111011010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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