Html Css Color HEX #64509C Butterfly Bush

📋 copy color: '#64509C'

red 100 ◦ green 80 ◦ blue 156

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

Shades of Butterfly Bush #64509C

Tints of Butterfly Bush #64509C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 46.43%

R = 29.76%
G = 23.81%
B = 46.43%

CMYK

 C value IS 0.36

 M value IS 0.49

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#64509C (or 0x64509C) is known color: Butterfly Bush. HEX triplet: 64, 50 and 9C. RGB value is (100,80,156). Sum of RGB (Red+Green+Blue) = 100+80+156=336 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.76% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 156 (61.33% from 255 or 46.43% from 336); Max value from RGB is 156 - color contains mainly: blue. Hex color #64509C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64509C is #9BAF63. Grayscale: #5E5E5E. Windows color (decimal): -10202980 or 10244196. OLE color: 10244196.

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

Color convert

RGB 100 80 156 -
CMYK 0.36 0.49 0 0.39
HSL 255.79º 0.32% 0.46% -
HSV(B) 255.79º 0.49% 0.61% -
XYZ 14.12 10.85 32.8 -
YUV 94.64 162.63 131.82 -
System Red Green Blue C M Y K H S L
Decimal 100 80 156 0.36 0.49 0 0.39 255.79 0.32 0.46
Hex 64 50 9C 24 31 0 27 100 20 2E
Octal 144 120 234 44 61 0 47 400 40 56
Binary 1100100 1010000 10011100 100100 110001 0 100111 100000000 100000 101110

Color Harmonies of #64509C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64509C

Black with #64509C

Text Example


Text Example

White with #64509C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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