#645496

Color #645496 Butterfly Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Butterfly Bush #645496

Tints of Butterfly Bush #645496

Color information

#645496 (or 0x645496) is unknown color: approx 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

RGB10084150-
CMYK0.330.4400.41
HSL254.55º28.21%45.88%-
HSV(B)254.55º44%58.82%-
XYZ13.9311.2530.29-
YUV96.31158.3130.63-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.94%
GREEN value IS 84 (33.20% 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 (Cyan) values IS 0.33
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal100841500.330.4400.41254.5528.2145.88
Hex645496212C029ff1c2e
Octal14412422641540513773456
Binary110010010101001001011010000110110001010011111111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>