Html Css Color HEX #645E9C Scampi

📋 copy color: '#645E9C'

red 100 ◦ green 94 ◦ blue 156

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

Shades of Scampi #645E9C

Tints of Scampi #645E9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.57%

R = 28.57%
G = 26.86%
B = 44.57%

CMYK

 C value IS 0.36

 M value IS 0.40

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#645E9C (or 0x645E9C) is known color: Scampi. HEX triplet: 64, 5E and 9C. RGB value is (100,94,156). Sum of RGB (Red+Green+Blue) = 100+94+156=350 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.57% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 156 (61.33% from 255 or 44.57% from 350); Max value from RGB is 156 - color contains mainly: blue. Hex color #645E9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645E9C is #9BA163. Grayscale: #666666. Windows color (decimal): -10199396 or 10247780. OLE color: 10247780.

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

Color convert

RGB 100 94 156 -
CMYK 0.36 0.40 0 0.39
HSL 245.81º 0.25% 0.49% -
HSV(B) 245.81º 0.4% 0.61% -
XYZ 15.26 13.12 33.18 -
YUV 102.86 157.99 125.96 -
System Red Green Blue C M Y K H S L
Decimal 100 94 156 0.36 0.40 0 0.39 245.81 0.25 0.49
Hex 64 5E 9C 24 28 0 27 F6 19 31
Octal 144 136 234 44 50 0 47 366 31 61
Binary 1100100 1011110 10011100 100100 101000 0 100111 11110110 11001 110001

Color Harmonies of #645E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645E9C

Black with #645E9C

Text Example


Text Example

White with #645E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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