Html Css Color HEX #625F99 Scampi

📋 copy color: '#625F99'

red 98 ◦ green 95 ◦ blue 153

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

Shades of Scampi #625F99

Tints of Scampi #625F99

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.46%

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

R = 28.32%
G = 27.46%
B = 44.22%

CMYK

 C value IS 0.36

 M value IS 0.38

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#625F99 (or 0x625F99) is known color: Scampi. HEX triplet: 62, 5F and 99. RGB value is (98,95,153). Sum of RGB (Red+Green+Blue) = 98+95+153=346 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.32% from 346); Green value is 95 (37.5% from 255 or 27.46% from 346); Blue value is 153 (60.16% from 255 or 44.22% from 346); Max value from RGB is 153 - color contains mainly: blue. Hex color #625F99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625F99 is #9DA066. Grayscale: #666666. Windows color (decimal): -10330215 or 10051426. OLE color: 10051426.

HSL color Cylindrical-coordinate representation of color #625F99: hue angle of 243.1º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #625F99 is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 98 95 153 -
CMYK 0.36 0.38 0 0.4
HSL 243.1º 0.23% 0.49% -
HSV(B) 243.1º 0.38% 0.6% -
XYZ 14.88 13.08 31.88 -
YUV 102.51 156.49 124.78 -
System Red Green Blue C M Y K H S L
Decimal 98 95 153 0.36 0.38 0 0.4 243.1 0.23 0.49
Hex 62 5F 99 24 26 0 28 F3 17 31
Octal 142 137 231 44 46 0 50 363 27 61
Binary 1100010 1011111 10011001 100100 100110 0 101000 11110011 10111 110001

Color Harmonies of #625F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625F99

Black with #625F99

Text Example


Text Example

White with #625F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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