#645695

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

Shades of Butterfly Bush #645695

Tints of Butterfly Bush #645695

Color information

#645695 (or 0x645695) is unknown color: approx Butterfly Bush. HEX triplet: 64, 56 and 95. RGB value is (100,86,149). Sum of RGB (Red+Green+Blue) = 100+86+149=335 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.85% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 149 (58.59% from 255 or 44.48% from 335); Max value from RGB is 149 - color contains mainly: blue. Hex color #645695 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645695 is #9BA96A. Grayscale: #616161. Windows color (decimal): -10201451 or 9786980. OLE color: 9786980.

HSL color Cylindrical-coordinate representation of color #645695: hue angle of 253.33º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #645695 is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10086149-
CMYK0.330.4200.42
HSL253.33º26.81%46.08%-
HSV(B)253.33º42.28%58.43%-
XYZ14.0111.5329.92-
YUV97.37157.14129.88-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.85%
GREEN value IS 86 (33.98% from 255) = 25.67%
BLUE value IS 149 (58.59% from 255) = 44.48%
R=29.85%
G=25.67%
B=44.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal100861490.330.4200.42253.3326.8146.08
Hex645695212A02Afd1b2e
Octal14412622541520523753356
Binary110010010101101001010110000110101001010101111110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645695; }

 p { color: rgb(100,86,149); }

 H1.HeaderClassName
 {
   color: #645695;
 }
 .AnyTagClassName
 {
   color: #645695;
 }
</style>
background-color css

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

 a { background-color: rgb(100,86,149); }

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

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

 span { border-color: rgb(100,86,149); }

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