Html Css Color HEX #625997 Scampi

📋 copy color: '#625997'

red 98 ◦ green 89 ◦ blue 151

#625997
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scampi #625997

Tints of Scampi #625997

RGB

 RED value IS 98 (38.67% from 255) = 28.99%

 GREEN value IS 89 (35.16% from 255) = 26.33%

 BLUE value IS 151 (59.38% from 255) = 44.67%

R = 28.99%
G = 26.33%
B = 44.67%

CMYK

 C value IS 0.35

 M value IS 0.41

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#625997 (or 0x625997) is known color: Scampi. HEX triplet: 62, 59 and 97. RGB value is (98,89,151). Sum of RGB (Red+Green+Blue) = 98+89+151=338 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.99% from 338); Green value is 89 (35.16% from 255 or 26.33% from 338); Blue value is 151 (59.38% from 255 or 44.67% from 338); Max value from RGB is 151 - color contains mainly: blue. Hex color #625997 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625997 is #9DA668. Grayscale: #626262. Windows color (decimal): -10331753 or 9918818. OLE color: 9918818.

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

Color convert

RGB 98 89 151 -
CMYK 0.35 0.41 0 0.41
HSL 248.71º 0.26% 0.47% -
HSV(B) 248.71º 0.41% 0.59% -
XYZ 14.2 11.98 30.84 -
YUV 98.76 157.48 127.46 -
System Red Green Blue C M Y K H S L
Decimal 98 89 151 0.35 0.41 0 0.41 248.71 0.26 0.47
Hex 62 59 97 23 29 0 29 F9 1A 2F
Octal 142 131 227 43 51 0 51 371 32 57
Binary 1100010 1011001 10010111 100011 101001 0 101001 11111001 11010 101111

Color Harmonies of #625997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625997

Black with #625997

Text Example


Text Example

White with #625997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625997; }

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

 H1.HeaderClassName
 {
   color: #625997;
 }
 .AnyTagClassName
 {
   color: #625997;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #625997;
 }
 .BgClassName
 {
   background-color: #625997;
 }
</style>

border-color css

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

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

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