Html Css Color HEX #645EA1 Scampi

📋 copy color: '#645EA1'

red 100 ◦ green 94 ◦ blue 161

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

Shades of Scampi #645EA1

Tints of Scampi #645EA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 45.35%

R = 28.17%
G = 26.48%
B = 45.35%

CMYK

 C value IS 0.38

 M value IS 0.42

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#645EA1 (or 0x645EA1) is known color: Scampi. HEX triplet: 64, 5E and A1. RGB value is (100,94,161). Sum of RGB (Red+Green+Blue) = 100+94+161=355 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.17% from 355); Green value is 94 (37.11% from 255 or 26.48% from 355); Blue value is 161 (63.28% from 255 or 45.35% from 355); Max value from RGB is 161 - color contains mainly: blue. Hex color #645EA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645EA1 is #9BA15E. Grayscale: #676767. Windows color (decimal): -10199391 or 10575460. OLE color: 10575460.

HSL color Cylindrical-coordinate representation of color #645EA1: hue angle of 245.37º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #645EA1 is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 100 94 161 -
CMYK 0.38 0.42 0 0.37
HSL 245.37º 0.26% 0.5% -
HSV(B) 245.37º 0.42% 0.63% -
XYZ 15.69 13.29 35.46 -
YUV 103.43 160.49 125.55 -
System Red Green Blue C M Y K H S L
Decimal 100 94 161 0.38 0.42 0 0.37 245.37 0.26 0.5
Hex 64 5E A1 26 2A 0 25 F5 1A 32
Octal 144 136 241 46 52 0 45 365 32 62
Binary 1100100 1011110 10100001 100110 101010 0 100101 11110101 11010 110010

Color Harmonies of #645EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645EA1

Black with #645EA1

Text Example


Text Example

White with #645EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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