Html Css Color HEX #64619F Scampi

📋 copy color: '#64619F'

red 100 ◦ green 97 ◦ blue 159

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

Shades of Scampi #64619F

Tints of Scampi #64619F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.25%

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

R = 28.09%
G = 27.25%
B = 44.66%

CMYK

 C value IS 0.37

 M value IS 0.39

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64619F (or 0x64619F) is known color: Scampi. HEX triplet: 64, 61 and 9F. RGB value is (100,97,159). Sum of RGB (Red+Green+Blue) = 100+97+159=356 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.09% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 159 (62.5% from 255 or 44.66% from 356); Max value from RGB is 159 - color contains mainly: blue. Hex color #64619F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64619F is #9B9E60. Grayscale: #686868. Windows color (decimal): -10198625 or 10445156. OLE color: 10445156.

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

Color convert

RGB 100 97 159 -
CMYK 0.37 0.39 0 0.38
HSL 242.9º 0.24% 0.5% -
HSV(B) 242.9º 0.39% 0.62% -
XYZ 15.79 13.76 34.63 -
YUV 104.97 158.49 124.46 -
System Red Green Blue C M Y K H S L
Decimal 100 97 159 0.37 0.39 0 0.38 242.9 0.24 0.5
Hex 64 61 9F 25 27 0 26 F3 18 32
Octal 144 141 237 45 47 0 46 363 30 62
Binary 1100100 1100001 10011111 100101 100111 0 100110 11110011 11000 110010

Color Harmonies of #64619F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64619F

Black with #64619F

Text Example


Text Example

White with #64619F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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