Html Css Color HEX #625998 Scampi

📋 copy color: '#625998'

red 98 ◦ green 89 ◦ blue 152

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

Shades of Scampi #625998

Tints of Scampi #625998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 44.84%

R = 28.91%
G = 26.25%
B = 44.84%

CMYK

 C value IS 0.36

 M value IS 0.41

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#625998 (or 0x625998) is known color: Scampi. HEX triplet: 62, 59 and 98. RGB value is (98,89,152). Sum of RGB (Red+Green+Blue) = 98+89+152=339 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.91% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 152 (59.77% from 255 or 44.84% from 339); Max value from RGB is 152 - color contains mainly: blue. Hex color #625998 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625998 is #9DA667. Grayscale: #626262. Windows color (decimal): -10331752 or 9984354. OLE color: 9984354.

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

Color convert

RGB 98 89 152 -
CMYK 0.36 0.41 0 0.40
HSL 248.57º 0.26% 0.47% -
HSV(B) 248.57º 0.41% 0.6% -
XYZ 14.28 12.01 31.27 -
YUV 98.87 157.98 127.38 -
System Red Green Blue C M Y K H S L
Decimal 98 89 152 0.36 0.41 0 0.40 248.57 0.26 0.47
Hex 62 59 98 24 29 0 28 F9 1A 2F
Octal 142 131 230 44 51 0 50 371 32 57
Binary 1100010 1011001 10011000 100100 101001 0 101000 11111001 11010 101111

Color Harmonies of #625998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625998

Black with #625998

Text Example


Text Example

White with #625998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625998; }

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

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

background-color css

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

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

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

border-color css

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

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

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