Html Css Color HEX #645A97 Scampi

📋 copy color: '#645A97'

red 100 ◦ green 90 ◦ blue 151

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

Shades of Scampi #645A97

Tints of Scampi #645A97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 44.28%

R = 29.33%
G = 26.39%
B = 44.28%

CMYK

 C value IS 0.34

 M value IS 0.40

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#645A97 (or 0x645A97) is known color: Scampi. HEX triplet: 64, 5A and 97. RGB value is (100,90,151). Sum of RGB (Red+Green+Blue) = 100+90+151=341 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.33% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 151 (59.38% from 255 or 44.28% from 341); Max value from RGB is 151 - color contains mainly: blue. Hex color #645A97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645A97 is #9BA568. Grayscale: #636363. Windows color (decimal): -10200425 or 9919076. OLE color: 9919076.

HSL color Cylindrical-coordinate representation of color #645A97: hue angle of 249.84º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #645A97 is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 100 90 151 -
CMYK 0.34 0.40 0 0.41
HSL 249.84º 0.25% 0.47% -
HSV(B) 249.84º 0.4% 0.59% -
XYZ 14.5 12.26 30.88 -
YUV 99.94 156.81 128.04 -
System Red Green Blue C M Y K H S L
Decimal 100 90 151 0.34 0.40 0 0.41 249.84 0.25 0.47
Hex 64 5A 97 22 28 0 29 FA 19 2F
Octal 144 132 227 42 50 0 51 372 31 57
Binary 1100100 1011010 10010111 100010 101000 0 101001 11111010 11001 101111

Color Harmonies of #645A97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645A97

Black with #645A97

Text Example


Text Example

White with #645A97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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