Html Css Color HEX #645D96 Scampi

📋 copy color: '#645D96'

red 100 ◦ green 93 ◦ blue 150

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

Shades of Scampi #645D96

Tints of Scampi #645D96

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.11%

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

R = 29.15%
G = 27.11%
B = 43.73%

CMYK

 C value IS 0.33

 M value IS 0.38

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#645D96 (or 0x645D96) is known color: Scampi. HEX triplet: 64, 5D and 96. RGB value is (100,93,150). Sum of RGB (Red+Green+Blue) = 100+93+150=343 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.15% from 343); Green value is 93 (36.72% from 255 or 27.11% from 343); Blue value is 150 (58.98% from 255 or 43.73% from 343); Max value from RGB is 150 - color contains mainly: blue. Hex color #645D96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645D96 is #9BA269. Grayscale: #656565. Windows color (decimal): -10199658 or 9854308. OLE color: 9854308.

HSL color Cylindrical-coordinate representation of color #645D96: hue angle of 247.37º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #645D96 is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 100 93 150 -
CMYK 0.33 0.38 0 0.41
HSL 247.37º 0.23% 0.48% -
HSV(B) 247.37º 0.38% 0.59% -
XYZ 14.67 12.74 30.54 -
YUV 101.59 155.32 126.87 -
System Red Green Blue C M Y K H S L
Decimal 100 93 150 0.33 0.38 0 0.41 247.37 0.23 0.48
Hex 64 5D 96 21 26 0 29 F7 17 30
Octal 144 135 226 41 46 0 51 367 27 60
Binary 1100100 1011101 10010110 100001 100110 0 101001 11110111 10111 110000

Color Harmonies of #645D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645D96

Black with #645D96

Text Example


Text Example

White with #645D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645D96; }

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

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

background-color css

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

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

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

border-color css

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

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

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