Html Css Color HEX #626199 Scampi

📋 copy color: '#626199'

red 98 ◦ green 97 ◦ blue 153

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

Shades of Scampi #626199

Tints of Scampi #626199

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.87%

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

R = 28.16%
G = 27.87%
B = 43.97%

CMYK

 C value IS 0.36

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#626199 (or 0x626199) is known color: Scampi. HEX triplet: 62, 61 and 99. RGB value is (98,97,153). Sum of RGB (Red+Green+Blue) = 98+97+153=348 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.16% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 153 (60.16% from 255 or 43.97% from 348); Max value from RGB is 153 - color contains mainly: blue. Hex color #626199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626199 is #9D9E66. Grayscale: #676767. Windows color (decimal): -10329703 or 10051938. OLE color: 10051938.

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

Color convert

RGB 98 97 153 -
CMYK 0.36 0.37 0 0.4
HSL 241.07º 0.22% 0.49% -
HSV(B) 241.07º 0.37% 0.6% -
XYZ 15.06 13.45 31.94 -
YUV 103.68 155.83 123.95 -
System Red Green Blue C M Y K H S L
Decimal 98 97 153 0.36 0.37 0 0.4 241.07 0.22 0.49
Hex 62 61 99 24 25 0 28 F1 16 31
Octal 142 141 231 44 45 0 50 361 26 61
Binary 1100010 1100001 10011001 100100 100101 0 101000 11110001 10110 110001

Color Harmonies of #626199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626199

Black with #626199

Text Example


Text Example

White with #626199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #626199; }

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

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

background-color css

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

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

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

border-color css

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

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

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