Html Css Color HEX #645482 Butterfly Bush

📋 copy color: '#645482'

red 100 ◦ green 84 ◦ blue 130

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

Shades of Butterfly Bush #645482

Tints of Butterfly Bush #645482

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.75%

 BLUE value IS 130 (51.17% from 255) = 41.4%

R = 31.85%
G = 26.75%
B = 41.4%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#645482 (or 0x645482) is known color: Butterfly Bush. HEX triplet: 64, 54 and 82. RGB value is (100,84,130). Sum of RGB (Red+Green+Blue) = 100+84+130=314 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.85% from 314); Green value is 84 (33.20% from 255 or 26.75% from 314); Blue value is 130 (51.17% from 255 or 41.40% from 314); Max value from RGB is 130 - color contains mainly: blue. Hex color #645482 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645482 is #9BAB7D. Grayscale: #5D5D5D. Windows color (decimal): -10201982 or 8541284. OLE color: 8541284.

HSL color Cylindrical-coordinate representation of color #645482: hue angle of 260.87º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #645482 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 84 130 -
CMYK 0.23 0.35 0 0.49
HSL 260.87º 0.21% 0.42% -
HSV(B) 260.87º 0.35% 0.51% -
XYZ 12.46 10.66 22.52 -
YUV 94.03 148.3 132.26 -
System Red Green Blue C M Y K H S L
Decimal 100 84 130 0.23 0.35 0 0.49 260.87 0.21 0.42
Hex 64 54 82 17 23 0 31 105 15 2A
Octal 144 124 202 27 43 0 61 405 25 52
Binary 1100100 1010100 10000010 10111 100011 0 110001 100000101 10101 101010

Color Harmonies of #645482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645482

Black with #645482

Text Example


Text Example

White with #645482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645482; }

 p { color: rgb(100,84,130); }

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

background-color css

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

 a { background-color: rgb(100,84,130); }

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

border-color css

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

 span { border-color: rgb(100,84,130); }

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