Html Css Color HEX #645E9D Scampi

📋 copy color: '#645E9D'

red 100 ◦ green 94 ◦ blue 157

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

Shades of Scampi #645E9D

Tints of Scampi #645E9D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.78%

 BLUE value IS 157 (61.72% from 255) = 44.73%

R = 28.49%
G = 26.78%
B = 44.73%

CMYK

 C value IS 0.36

 M value IS 0.40

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#645E9D (or 0x645E9D) is known color: Scampi. HEX triplet: 64, 5E and 9D. RGB value is (100,94,157). Sum of RGB (Red+Green+Blue) = 100+94+157=351 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.49% from 351); Green value is 94 (37.11% from 255 or 26.78% from 351); Blue value is 157 (61.72% from 255 or 44.73% from 351); Max value from RGB is 157 - color contains mainly: blue. Hex color #645E9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645E9D is #9BA162. Grayscale: #666666. Windows color (decimal): -10199395 or 10313316. OLE color: 10313316.

HSL color Cylindrical-coordinate representation of color #645E9D: hue angle of 245.71º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #645E9D is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 94 157 -
CMYK 0.36 0.40 0 0.38
HSL 245.71º 0.25% 0.49% -
HSV(B) 245.71º 0.4% 0.62% -
XYZ 15.34 13.15 33.63 -
YUV 102.98 158.49 125.88 -
System Red Green Blue C M Y K H S L
Decimal 100 94 157 0.36 0.40 0 0.38 245.71 0.25 0.49
Hex 64 5E 9D 24 28 0 26 F6 19 31
Octal 144 136 235 44 50 0 46 366 31 61
Binary 1100100 1011110 10011101 100100 101000 0 100110 11110110 11001 110001

Color Harmonies of #645E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645E9D

Black with #645E9D

Text Example


Text Example

White with #645E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,94,157); }

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

background-color css

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

 a { background-color: rgb(100,94,157); }

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

border-color css

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

 span { border-color: rgb(100,94,157); }

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