Html Css Color HEX #64639B Scampi

📋 copy color: '#64639B'

red 100 ◦ green 99 ◦ blue 155

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

Shades of Scampi #64639B

Tints of Scampi #64639B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.97%

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

R = 28.25%
G = 27.97%
B = 43.79%

CMYK

 C value IS 0.35

 M value IS 0.36

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#64639B (or 0x64639B) is known color: Scampi. HEX triplet: 64, 63 and 9B. RGB value is (100,99,155). Sum of RGB (Red+Green+Blue) = 100+99+155=354 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.25% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 155 (60.94% from 255 or 43.79% from 354); Max value from RGB is 155 - color contains mainly: blue. Hex color #64639B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64639B is #9B9C64. Grayscale: #696969. Windows color (decimal): -10198117 or 10183524. OLE color: 10183524.

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

Color convert

RGB 100 99 155 -
CMYK 0.35 0.36 0 0.39
HSL 241.07º 0.22% 0.5% -
HSV(B) 241.07º 0.36% 0.61% -
XYZ 15.63 14 32.89 -
YUV 105.68 155.83 123.95 -
System Red Green Blue C M Y K H S L
Decimal 100 99 155 0.35 0.36 0 0.39 241.07 0.22 0.5
Hex 64 63 9B 23 24 0 27 F1 16 32
Octal 144 143 233 43 44 0 47 361 26 62
Binary 1100100 1100011 10011011 100011 100100 0 100111 11110001 10110 110010

Color Harmonies of #64639B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64639B

Black with #64639B

Text Example


Text Example

White with #64639B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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