#625C9E

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

Shades of Scampi #625C9E

Tints of Scampi #625C9E

Color information

#625C9E (or 0x625C9E) is unknown color: approx Scampi. HEX triplet: 62, 5C and 9E. RGB value is (98,92,158). Sum of RGB (Red+Green+Blue) = 98+92+158=348 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.16% from 348); Green value is 92 (36.33% from 255 or 26.44% from 348); Blue value is 158 (62.11% from 255 or 45.40% from 348); Max value from RGB is 158 - color contains mainly: blue. Hex color #625C9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625C9E is #9DA361. Grayscale: #656565. Windows color (decimal): -10330978 or 10378338. OLE color: 10378338.

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

Color convert

RGB9892158-
CMYK0.380.4200.38
HSL245.45º26.4%49.02%-
HSV(B)245.45º41.77%61.96%-
XYZ15.0412.7234.01-
YUV101.32159.99125.63-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.16%
GREEN value IS 92 (36.33% from 255) = 26.44%
BLUE value IS 158 (62.11% from 255) = 45.40%
R=28.16%
G=26.44%
B=45.40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal98921580.380.4200.38245.4526.449.02
Hex625C9E262A026f51a31
Octal14213423646520463653261
Binary110001010111001001111010011010101001001101111010111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,92,158); }

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

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

 a { background-color: rgb(98,92,158); }

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

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

 span { border-color: rgb(98,92,158); }

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