Html Css Color HEX #64579B Scampi

📋 copy color: '#64579B'

red 100 ◦ green 87 ◦ blue 155

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

Shades of Scampi #64579B

Tints of Scampi #64579B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.44%

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

R = 29.24%
G = 25.44%
B = 45.32%

CMYK

 C value IS 0.35

 M value IS 0.44

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#64579B (or 0x64579B) is known color: Scampi. HEX triplet: 64, 57 and 9B. RGB value is (100,87,155). Sum of RGB (Red+Green+Blue) = 100+87+155=342 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.24% from 342); Green value is 87 (34.38% from 255 or 25.44% from 342); Blue value is 155 (60.94% from 255 or 45.32% from 342); Max value from RGB is 155 - color contains mainly: blue. Hex color #64579B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64579B is #9BA864. Grayscale: #626262. Windows color (decimal): -10201189 or 10180452. OLE color: 10180452.

HSL color Cylindrical-coordinate representation of color #64579B: hue angle of 251.47º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #64579B is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 100 87 155 -
CMYK 0.35 0.44 0 0.39
HSL 251.47º 0.28% 0.47% -
HSV(B) 251.47º 0.44% 0.61% -
XYZ 14.58 11.89 32.54 -
YUV 98.64 159.81 128.97 -
System Red Green Blue C M Y K H S L
Decimal 100 87 155 0.35 0.44 0 0.39 251.47 0.28 0.47
Hex 64 57 9B 23 2C 0 27 FB 1C 2F
Octal 144 127 233 43 54 0 47 373 34 57
Binary 1100100 1010111 10011011 100011 101100 0 100111 11111011 11100 101111

Color Harmonies of #64579B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64579B

Black with #64579B

Text Example


Text Example

White with #64579B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64579B; }

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

 H1.HeaderClassName
 {
   color: #64579B;
 }
 .AnyTagClassName
 {
   color: #64579B;
 }
</style>

background-color css

<style>
 a { background-color: #64579B; }

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

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

border-color css

<style>
 span { border-color: #64579B; }

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

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