Html Css Color HEX #646396 Scampi

📋 copy color: '#646396'

red 100 ◦ green 99 ◦ blue 150

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

Shades of Scampi #646396

Tints of Scampi #646396

RGB

 RED value IS 100 (39.45% from 255) = 28.65%

 GREEN value IS 99 (39.06% from 255) = 28.37%

 BLUE value IS 150 (58.98% from 255) = 42.98%

R = 28.65%
G = 28.37%
B = 42.98%

CMYK

 C value IS 0.33

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#646396 (or 0x646396) is known color: Scampi. HEX triplet: 64, 63 and 96. RGB value is (100,99,150). Sum of RGB (Red+Green+Blue) = 100+99+150=349 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.65% from 349); Green value is 99 (39.06% from 255 or 28.37% from 349); Blue value is 150 (58.98% from 255 or 42.98% from 349); Max value from RGB is 150 - color contains mainly: blue. Hex color #646396 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646396 is #9B9C69. Grayscale: #686868. Windows color (decimal): -10198122 or 9855844. OLE color: 9855844.

HSL color Cylindrical-coordinate representation of color #646396: hue angle of 241.18º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #646396 is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 100 99 150 -
CMYK 0.33 0.34 0 0.41
HSL 241.18º 0.2% 0.49% -
HSV(B) 241.18º 0.34% 0.59% -
XYZ 15.22 13.84 30.72 -
YUV 105.11 153.33 124.35 -
System Red Green Blue C M Y K H S L
Decimal 100 99 150 0.33 0.34 0 0.41 241.18 0.2 0.49
Hex 64 63 96 21 22 0 29 F1 14 31
Octal 144 143 226 41 42 0 51 361 24 61
Binary 1100100 1100011 10010110 100001 100010 0 101001 11110001 10100 110001

Color Harmonies of #646396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646396

Black with #646396

Text Example


Text Example

White with #646396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646396; }

 p { color: rgb(100,99,150); }

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

background-color css

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

 a { background-color: rgb(100,99,150); }

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

border-color css

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

 span { border-color: rgb(100,99,150); }

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