#645E98

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

Shades of Scampi #645E98

Tints of Scampi #645E98

Color information

#645E98 (or 0x645E98) is unknown color: approx Scampi. HEX triplet: 64, 5E and 98. RGB value is (100,94,152). Sum of RGB (Red+Green+Blue) = 100+94+152=346 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.90% from 346); Green value is 94 (37.11% from 255 or 27.17% from 346); Blue value is 152 (59.77% from 255 or 43.93% from 346); Max value from RGB is 152 - color contains mainly: blue. Hex color #645E98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645E98 is #9BA167. Grayscale: #666666. Windows color (decimal): -10199400 or 9985636. OLE color: 9985636.

HSL color Cylindrical-coordinate representation of color #645E98: hue angle of 246.21º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #645E98 is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10094152-
CMYK0.340.3800.40
HSL246.21º23.58%48.24%-
HSV(B)246.21º38.16%59.61%-
XYZ14.9312.9831.42-
YUV102.41155.99126.28-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.90%
GREEN value IS 94 (37.11% from 255) = 27.17%
BLUE value IS 152 (59.77% from 255) = 43.93%
R=28.90%
G=27.17%
B=43.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal100941520.340.3800.40246.2123.5848.24
Hex645E982226028f61830
Octal14413623042460503663060
Binary110010010111101001100010001010011001010001111011011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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