#645896

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

Shades of Butterfly Bush #645896

Tints of Butterfly Bush #645896

Color information

#645896 (or 0x645896) is unknown color: approx Butterfly Bush. HEX triplet: 64, 58 and 96. RGB value is (100,88,150). Sum of RGB (Red+Green+Blue) = 100+88+150=338 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.59% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 150 (58.98% from 255 or 44.38% from 338); Max value from RGB is 150 - color contains mainly: blue. Hex color #645896 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645896 is #9BA769. Grayscale: #626262. Windows color (decimal): -10200938 or 9853028. OLE color: 9853028.

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

Color convert

RGB10088150-
CMYK0.330.4100.41
HSL251.61º26.05%46.67%-
HSV(B)251.61º41.33%58.82%-
XYZ14.2511.8930.4-
YUV98.66156.98128.96-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.59%
GREEN value IS 88 (34.77% from 255) = 26.04%
BLUE value IS 150 (58.98% from 255) = 44.38%
R=29.59%
G=26.04%
B=44.38%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal100881500.330.4100.41251.6126.0546.67
Hex6458962129029fc1a2f
Octal14413022641510513743257
Binary110010010110001001011010000110100101010011111110011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645896; }

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

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

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

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

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

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

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

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