Html Css Color HEX #625B9B Scampi

📋 copy color: '#625B9B'

red 98 ◦ green 91 ◦ blue 155

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

Shades of Scampi #625B9B

Tints of Scampi #625B9B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.45%

 BLUE value IS 155 (60.94% from 255) = 45.06%

R = 28.49%
G = 26.45%
B = 45.06%

CMYK

 C value IS 0.37

 M value IS 0.41

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#625B9B (or 0x625B9B) is known color: Scampi. HEX triplet: 62, 5B and 9B. RGB value is (98,91,155). Sum of RGB (Red+Green+Blue) = 98+91+155=344 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.49% from 344); Green value is 91 (35.94% from 255 or 26.45% from 344); Blue value is 155 (60.94% from 255 or 45.06% from 344); Max value from RGB is 155 - color contains mainly: blue. Hex color #625B9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625B9B is #9DA464. Grayscale: #646464. Windows color (decimal): -10331237 or 10181474. OLE color: 10181474.

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

Color convert

RGB 98 91 155 -
CMYK 0.37 0.41 0 0.39
HSL 246.56º 0.26% 0.48% -
HSV(B) 246.56º 0.41% 0.61% -
XYZ 14.69 12.45 32.64 -
YUV 100.39 158.82 126.3 -
System Red Green Blue C M Y K H S L
Decimal 98 91 155 0.37 0.41 0 0.39 246.56 0.26 0.48
Hex 62 5B 9B 25 29 0 27 F7 1A 30
Octal 142 133 233 45 51 0 47 367 32 60
Binary 1100010 1011011 10011011 100101 101001 0 100111 11110111 11010 110000

Color Harmonies of #625B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625B9B

Black with #625B9B

Text Example


Text Example

White with #625B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,91,155); }

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

background-color css

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

 a { background-color: rgb(98,91,155); }

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

border-color css

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

 span { border-color: rgb(98,91,155); }

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