Html Css Color HEX #645488 Butterfly Bush

📋 copy color: '#645488'

red 100 ◦ green 84 ◦ blue 136

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

Shades of Butterfly Bush #645488

Tints of Butterfly Bush #645488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 42.5%

R = 31.25%
G = 26.25%
B = 42.5%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#645488 (or 0x645488) is known color: Butterfly Bush. HEX triplet: 64, 54 and 88. RGB value is (100,84,136). Sum of RGB (Red+Green+Blue) = 100+84+136=320 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.25% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 136 (53.52% from 255 or 42.5% from 320); Max value from RGB is 136 - color contains mainly: blue. Hex color #645488 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645488 is #9BAB77. Grayscale: #5E5E5E. Windows color (decimal): -10201976 or 8934500. OLE color: 8934500.

HSL color Cylindrical-coordinate representation of color #645488: hue angle of 258.46º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #645488 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 84 136 -
CMYK 0.26 0.38 0 0.47
HSL 258.46º 0.24% 0.43% -
HSV(B) 258.46º 0.38% 0.53% -
XYZ 12.87 10.83 24.7 -
YUV 94.71 151.3 131.77 -
System Red Green Blue C M Y K H S L
Decimal 100 84 136 0.26 0.38 0 0.47 258.46 0.24 0.43
Hex 64 54 88 1A 26 0 2F 102 18 2B
Octal 144 124 210 32 46 0 57 402 30 53
Binary 1100100 1010100 10001000 11010 100110 0 101111 100000010 11000 101011

Color Harmonies of #645488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645488

Black with #645488

Text Example


Text Example

White with #645488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645488; }

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

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

background-color css

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

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

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

border-color css

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

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

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