Html Css Color HEX #64509D Butterfly Bush

📋 copy color: '#64509D'

red 100 ◦ green 80 ◦ blue 157

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

Shades of Butterfly Bush #64509D

Tints of Butterfly Bush #64509D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.74%

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

R = 29.67%
G = 23.74%
B = 46.59%

CMYK

 C value IS 0.36

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64509D (or 0x64509D) is known color: Butterfly Bush. HEX triplet: 64, 50 and 9D. RGB value is (100,80,157). Sum of RGB (Red+Green+Blue) = 100+80+157=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 157 (61.72% from 255 or 46.59% from 337); Max value from RGB is 157 - color contains mainly: blue. Hex color #64509D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64509D is #9BAF62. Grayscale: #5E5E5E. Windows color (decimal): -10202979 or 10309732. OLE color: 10309732.

HSL color Cylindrical-coordinate representation of color #64509D: hue angle of 255.58º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64509D is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 80 157 -
CMYK 0.36 0.49 0 0.38
HSL 255.58º 0.32% 0.46% -
HSV(B) 255.58º 0.49% 0.62% -
XYZ 14.21 10.88 33.25 -
YUV 94.76 163.13 131.74 -
System Red Green Blue C M Y K H S L
Decimal 100 80 157 0.36 0.49 0 0.38 255.58 0.32 0.46
Hex 64 50 9D 24 31 0 26 100 20 2E
Octal 144 120 235 44 61 0 46 400 40 56
Binary 1100100 1010000 10011101 100100 110001 0 100110 100000000 100000 101110

Color Harmonies of #64509D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64509D

Black with #64509D

Text Example


Text Example

White with #64509D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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