Html Css Color HEX #64508D Butterfly Bush

📋 copy color: '#64508D'

red 100 ◦ green 80 ◦ blue 141

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

Shades of Butterfly Bush #64508D

Tints of Butterfly Bush #64508D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 43.93%

R = 31.15%
G = 24.92%
B = 43.93%

CMYK

 C value IS 0.29

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#64508D (or 0x64508D) is known color: Butterfly Bush. HEX triplet: 64, 50 and 8D. RGB value is (100,80,141). Sum of RGB (Red+Green+Blue) = 100+80+141=321 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.15% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 141 (55.47% from 255 or 43.93% from 321); Max value from RGB is 141 - color contains mainly: blue. Hex color #64508D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64508D is #9BAF72. Grayscale: #5C5C5C. Windows color (decimal): -10202995 or 9261156. OLE color: 9261156.

HSL color Cylindrical-coordinate representation of color #64508D: hue angle of 259.67º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #64508D is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 100 80 141 -
CMYK 0.29 0.43 0 0.45
HSL 259.67º 0.28% 0.43% -
HSV(B) 259.67º 0.43% 0.55% -
XYZ 12.93 10.37 26.52 -
YUV 92.93 155.13 133.04 -
System Red Green Blue C M Y K H S L
Decimal 100 80 141 0.29 0.43 0 0.45 259.67 0.28 0.43
Hex 64 50 8D 1D 2B 0 2D 104 1C 2B
Octal 144 120 215 35 53 0 55 404 34 53
Binary 1100100 1010000 10001101 11101 101011 0 101101 100000100 11100 101011

Color Harmonies of #64508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64508D

Black with #64508D

Text Example


Text Example

White with #64508D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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