Html Css Color HEX #64589B Scampi

📋 copy color: '#64589B'

red 100 ◦ green 88 ◦ blue 155

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

Shades of Scampi #64589B

Tints of Scampi #64589B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.66%

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

R = 29.15%
G = 25.66%
B = 45.19%

CMYK

 C value IS 0.35

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#64589B (or 0x64589B) is known color: Scampi. HEX triplet: 64, 58 and 9B. RGB value is (100,88,155). Sum of RGB (Red+Green+Blue) = 100+88+155=343 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.15% from 343); Green value is 88 (34.77% from 255 or 25.66% from 343); Blue value is 155 (60.94% from 255 or 45.19% from 343); Max value from RGB is 155 - color contains mainly: blue. Hex color #64589B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64589B is #9BA764. Grayscale: #626262. Windows color (decimal): -10200933 or 10180708. OLE color: 10180708.

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

Color convert

RGB 100 88 155 -
CMYK 0.35 0.43 0 0.39
HSL 250.75º 0.28% 0.48% -
HSV(B) 250.75º 0.43% 0.61% -
XYZ 14.66 12.06 32.56 -
YUV 99.23 159.48 128.55 -
System Red Green Blue C M Y K H S L
Decimal 100 88 155 0.35 0.43 0 0.39 250.75 0.28 0.48
Hex 64 58 9B 23 2B 0 27 FB 1C 30
Octal 144 130 233 43 53 0 47 373 34 60
Binary 1100100 1011000 10011011 100011 101011 0 100111 11111011 11100 110000

Color Harmonies of #64589B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64589B

Black with #64589B

Text Example


Text Example

White with #64589B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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