#625E93

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

Shades of Scampi #625E93

Tints of Scampi #625E93

Color information

#625E93 (or 0x625E93) is unknown color: approx Scampi. HEX triplet: 62, 5E and 93. RGB value is (98,94,147). Sum of RGB (Red+Green+Blue) = 98+94+147=339 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.91% from 339); Green value is 94 (37.11% from 255 or 27.73% from 339); Blue value is 147 (57.81% from 255 or 43.36% from 339); Max value from RGB is 147 - color contains mainly: blue. Hex color #625E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625E93 is #9DA16C. Grayscale: #656565. Windows color (decimal): -10330477 or 9657954. OLE color: 9657954.

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

Color convert

RGB9894147-
CMYK0.330.3600.42
HSL244.53º21.99%47.25%-
HSV(B)244.53º36.05%57.65%-
XYZ14.3112.7129.3-
YUV101.24153.83125.69-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.91%
GREEN value IS 94 (37.11% from 255) = 27.73%
BLUE value IS 147 (57.81% from 255) = 43.36%
R=28.91%
G=27.73%
B=43.36%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal98941470.330.3600.42244.5321.9947.25
Hex625E93212402Af5162f
Octal14213622341440523652657
Binary110001010111101001001110000110010001010101111010110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625E93; }

 p { color: rgb(98,94,147); }

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

<style>
 a { background-color: #625E93; }

 a { background-color: rgb(98,94,147); }

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

<style>
 span { border-color: #625E93; }

 span { border-color: rgb(98,94,147); }

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