Html Css Color HEX #64599F Scampi

📋 copy color: '#64599F'

red 100 ◦ green 89 ◦ blue 159

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

Shades of Scampi #64599F

Tints of Scampi #64599F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.57%

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

R = 28.74%
G = 25.57%
B = 45.69%

CMYK

 C value IS 0.37

 M value IS 0.44

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64599F (or 0x64599F) is known color: Scampi. HEX triplet: 64, 59 and 9F. RGB value is (100,89,159). Sum of RGB (Red+Green+Blue) = 100+89+159=348 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.74% from 348); Green value is 89 (35.16% from 255 or 25.57% from 348); Blue value is 159 (62.5% from 255 or 45.69% from 348); Max value from RGB is 159 - color contains mainly: blue. Hex color #64599F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64599F is #9BA660. Grayscale: #636363. Windows color (decimal): -10200673 or 10443108. OLE color: 10443108.

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

Color convert

RGB 100 89 159 -
CMYK 0.37 0.44 0 0.38
HSL 249.43º 0.28% 0.49% -
HSV(B) 249.43º 0.44% 0.62% -
XYZ 15.09 12.36 34.39 -
YUV 100.27 161.14 127.81 -
System Red Green Blue C M Y K H S L
Decimal 100 89 159 0.37 0.44 0 0.38 249.43 0.28 0.49
Hex 64 59 9F 25 2C 0 26 F9 1C 31
Octal 144 131 237 45 54 0 46 371 34 61
Binary 1100100 1011001 10011111 100101 101100 0 100110 11111001 11100 110001

Color Harmonies of #64599F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64599F

Black with #64599F

Text Example


Text Example

White with #64599F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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