Html Css Color HEX #625799 Scampi

📋 copy color: '#625799'

red 98 ◦ green 87 ◦ blue 153

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

Shades of Scampi #625799

Tints of Scampi #625799

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.74%

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

R = 28.99%
G = 25.74%
B = 45.27%

CMYK

 C value IS 0.36

 M value IS 0.43

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#625799 (or 0x625799) is known color: Scampi. HEX triplet: 62, 57 and 99. RGB value is (98,87,153). Sum of RGB (Red+Green+Blue) = 98+87+153=338 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.99% from 338); Green value is 87 (34.38% from 255 or 25.74% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 153 - color contains mainly: blue. Hex color #625799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625799 is #9DA866. Grayscale: #616161. Windows color (decimal): -10332263 or 10049378. OLE color: 10049378.

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

Color convert

RGB 98 87 153 -
CMYK 0.36 0.43 0 0.4
HSL 250º 0.28% 0.47% -
HSV(B) 250º 0.43% 0.6% -
XYZ 14.19 11.71 31.65 -
YUV 97.81 159.14 128.13 -
System Red Green Blue C M Y K H S L
Decimal 98 87 153 0.36 0.43 0 0.4 250 0.28 0.47
Hex 62 57 99 24 2B 0 28 FA 1C 2F
Octal 142 127 231 44 53 0 50 372 34 57
Binary 1100010 1010111 10011001 100100 101011 0 101000 11111010 11100 101111

Color Harmonies of #625799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625799

Black with #625799

Text Example


Text Example

White with #625799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625799; }

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

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

background-color css

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

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

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

border-color css

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

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

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