Html Css Color HEX #645496 Butterfly Bush

📋 copy color: '#645496'

red 100 ◦ green 84 ◦ blue 150

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

Shades of Butterfly Bush #645496

Tints of Butterfly Bush #645496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 44.91%

R = 29.94%
G = 25.15%
B = 44.91%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#645496 (or 0x645496) is known color: Butterfly Bush. HEX triplet: 64, 54 and 96. RGB value is (100,84,150). Sum of RGB (Red+Green+Blue) = 100+84+150=334 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.94% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 150 (58.98% from 255 or 44.91% from 334); Max value from RGB is 150 - color contains mainly: blue. Hex color #645496 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645496 is #9BAB69. Grayscale: #606060. Windows color (decimal): -10201962 or 9852004. OLE color: 9852004.

HSL color Cylindrical-coordinate representation of color #645496: hue angle of 254.55º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #645496 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 100 84 150 -
CMYK 0.33 0.44 0 0.41
HSL 254.55º 0.28% 0.46% -
HSV(B) 254.55º 0.44% 0.59% -
XYZ 13.93 11.25 30.29 -
YUV 96.31 158.3 130.63 -
System Red Green Blue C M Y K H S L
Decimal 100 84 150 0.33 0.44 0 0.41 254.55 0.28 0.46
Hex 64 54 96 21 2C 0 29 FF 1C 2E
Octal 144 124 226 41 54 0 51 377 34 56
Binary 1100100 1010100 10010110 100001 101100 0 101001 11111111 11100 101110

Color Harmonies of #645496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645496

Black with #645496

Text Example


Text Example

White with #645496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645496; }

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

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

background-color css

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

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

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

border-color css

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

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

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