Html Css Color HEX #64579F Scampi

📋 copy color: '#64579F'

red 100 ◦ green 87 ◦ blue 159

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

Shades of Scampi #64579F

Tints of Scampi #64579F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 45.95%

R = 28.9%
G = 25.14%
B = 45.95%

CMYK

 C value IS 0.37

 M value IS 0.45

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64579F (or 0x64579F) is known color: Scampi. HEX triplet: 64, 57 and 9F. RGB value is (100,87,159). Sum of RGB (Red+Green+Blue) = 100+87+159=346 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.90% from 346); Green value is 87 (34.38% from 255 or 25.14% from 346); Blue value is 159 (62.5% from 255 or 45.95% from 346); Max value from RGB is 159 - color contains mainly: blue. Hex color #64579F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64579F is #9BA860. Grayscale: #626262. Windows color (decimal): -10201185 or 10442596. OLE color: 10442596.

HSL color Cylindrical-coordinate representation of color #64579F: hue angle of 250.83º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #64579F is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 87 159 -
CMYK 0.37 0.45 0 0.38
HSL 250.83º 0.29% 0.48% -
HSV(B) 250.83º 0.45% 0.62% -
XYZ 14.92 12.03 34.34 -
YUV 99.1 161.81 128.65 -
System Red Green Blue C M Y K H S L
Decimal 100 87 159 0.37 0.45 0 0.38 250.83 0.29 0.48
Hex 64 57 9F 25 2D 0 26 FB 1D 30
Octal 144 127 237 45 55 0 46 373 35 60
Binary 1100100 1010111 10011111 100101 101101 0 100110 11111011 11101 110000

Color Harmonies of #64579F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64579F

Black with #64579F

Text Example


Text Example

White with #64579F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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