#625F97

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

Shades of Scampi #625F97

Tints of Scampi #625F97

Color information

#625F97 (or 0x625F97) is unknown color: approx Scampi. HEX triplet: 62, 5F and 97. RGB value is (98,95,151). Sum of RGB (Red+Green+Blue) = 98+95+151=344 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.49% from 344); Green value is 95 (37.5% from 255 or 27.62% from 344); Blue value is 151 (59.38% from 255 or 43.90% from 344); Max value from RGB is 151 - color contains mainly: blue. Hex color #625F97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625F97 is #9DA068. Grayscale: #666666. Windows color (decimal): -10330217 or 9920354. OLE color: 9920354.

HSL color Cylindrical-coordinate representation of color #625F97: hue angle of 243.21º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #625F97 is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB9895151-
CMYK0.350.3700.41
HSL243.21º22.76%48.24%-
HSV(B)243.21º37.09%59.22%-
XYZ14.7213.0231.01-
YUV102.28155.49124.95-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.49%
GREEN value IS 95 (37.5% from 255) = 27.62%
BLUE value IS 151 (59.38% from 255) = 43.90%
R=28.49%
G=27.62%
B=43.90%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal98951510.350.3700.41243.2122.7648.24
Hex625F972325029f31730
Octal14213722743450513632760
Binary110001010111111001011110001110010101010011111001110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,95,151); }

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

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

 a { background-color: rgb(98,95,151); }

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

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

 span { border-color: rgb(98,95,151); }

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