Html Css Color HEX #625899 Scampi

📋 copy color: '#625899'

red 98 ◦ green 88 ◦ blue 153

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

Shades of Scampi #625899

Tints of Scampi #625899

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.96%

 BLUE value IS 153 (60.16% from 255) = 45.13%

R = 28.91%
G = 25.96%
B = 45.13%

CMYK

 C value IS 0.36

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#625899 (or 0x625899) is known color: Scampi. HEX triplet: 62, 58 and 99. RGB value is (98,88,153). Sum of RGB (Red+Green+Blue) = 98+88+153=339 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.91% from 339); Green value is 88 (34.77% from 255 or 25.96% from 339); Blue value is 153 (60.16% from 255 or 45.13% from 339); Max value from RGB is 153 - color contains mainly: blue. Hex color #625899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625899 is #9DA766. Grayscale: #626262. Windows color (decimal): -10332007 or 10049634. OLE color: 10049634.

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

Color convert

RGB 98 88 153 -
CMYK 0.36 0.42 0 0.4
HSL 249.23º 0.27% 0.47% -
HSV(B) 249.23º 0.42% 0.6% -
XYZ 14.28 11.88 31.68 -
YUV 98.4 158.81 127.71 -
System Red Green Blue C M Y K H S L
Decimal 98 88 153 0.36 0.42 0 0.4 249.23 0.27 0.47
Hex 62 58 99 24 2A 0 28 F9 1B 2F
Octal 142 130 231 44 52 0 50 371 33 57
Binary 1100010 1011000 10011001 100100 101010 0 101000 11111001 11011 101111

Color Harmonies of #625899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625899

Black with #625899

Text Example


Text Example

White with #625899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625899; }

 p { color: rgb(98,88,153); }

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

background-color css

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

 a { background-color: rgb(98,88,153); }

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

border-color css

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

 span { border-color: rgb(98,88,153); }

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