Html Css Color HEX #645A9B Scampi

📋 copy color: '#645A9B'

red 100 ◦ green 90 ◦ blue 155

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

Shades of Scampi #645A9B

Tints of Scampi #645A9B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.09%

 BLUE value IS 155 (60.94% from 255) = 44.93%

R = 28.99%
G = 26.09%
B = 44.93%

CMYK

 C value IS 0.35

 M value IS 0.42

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#645A9B (or 0x645A9B) is known color: Scampi. HEX triplet: 64, 5A and 9B. RGB value is (100,90,155). Sum of RGB (Red+Green+Blue) = 100+90+155=345 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.99% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 155 - color contains mainly: blue. Hex color #645A9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645A9B is #9BA564. Grayscale: #646464. Windows color (decimal): -10200421 or 10181220. OLE color: 10181220.

HSL color Cylindrical-coordinate representation of color #645A9B: hue angle of 249.23º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #645A9B is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 100 90 155 -
CMYK 0.35 0.42 0 0.39
HSL 249.23º 0.27% 0.48% -
HSV(B) 249.23º 0.42% 0.61% -
XYZ 14.83 12.39 32.62 -
YUV 100.4 158.81 127.71 -
System Red Green Blue C M Y K H S L
Decimal 100 90 155 0.35 0.42 0 0.39 249.23 0.27 0.48
Hex 64 5A 9B 23 2A 0 27 F9 1B 30
Octal 144 132 233 43 52 0 47 371 33 60
Binary 1100100 1011010 10011011 100011 101010 0 100111 11111001 11011 110000

Color Harmonies of #645A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645A9B

Black with #645A9B

Text Example


Text Example

White with #645A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,90,155); }

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

background-color css

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

 a { background-color: rgb(100,90,155); }

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

border-color css

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

 span { border-color: rgb(100,90,155); }

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