Html Css Color HEX #64579D Scampi

📋 copy color: '#64579D'

red 100 ◦ green 87 ◦ blue 157

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

Shades of Scampi #64579D

Tints of Scampi #64579D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 45.64%

R = 29.07%
G = 25.29%
B = 45.64%

CMYK

 C value IS 0.36

 M value IS 0.45

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64579D (or 0x64579D) is known color: Scampi. HEX triplet: 64, 57 and 9D. RGB value is (100,87,157). Sum of RGB (Red+Green+Blue) = 100+87+157=344 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.07% from 344); Green value is 87 (34.38% from 255 or 25.29% from 344); Blue value is 157 (61.72% from 255 or 45.64% from 344); Max value from RGB is 157 - color contains mainly: blue. Hex color #64579D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64579D is #9BA862. Grayscale: #626262. Windows color (decimal): -10201187 or 10311524. OLE color: 10311524.

HSL color Cylindrical-coordinate representation of color #64579D: hue angle of 251.14º 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 #64579D is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 87 157 -
CMYK 0.36 0.45 0 0.38
HSL 251.14º 0.29% 0.48% -
HSV(B) 251.14º 0.45% 0.62% -
XYZ 14.75 11.96 33.43 -
YUV 98.87 160.81 128.81 -
System Red Green Blue C M Y K H S L
Decimal 100 87 157 0.36 0.45 0 0.38 251.14 0.29 0.48
Hex 64 57 9D 24 2D 0 26 FB 1D 30
Octal 144 127 235 44 55 0 46 373 35 60
Binary 1100100 1010111 10011101 100100 101101 0 100110 11111011 11101 110000

Color Harmonies of #64579D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64579D

Black with #64579D

Text Example


Text Example

White with #64579D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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