#645C93

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

Shades of Butterfly Bush #645C93

Tints of Butterfly Bush #645C93

Color information

#645C93 (or 0x645C93) is unknown color: approx Butterfly Bush. HEX triplet: 64, 5C and 93. RGB value is (100,92,147). Sum of RGB (Red+Green+Blue) = 100+92+147=339 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.50% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 147 (57.81% from 255 or 43.36% from 339); Max value from RGB is 147 - color contains mainly: blue. Hex color #645C93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645C93 is #9BA36C. Grayscale: #646464. Windows color (decimal): -10199917 or 9657444. OLE color: 9657444.

HSL color Cylindrical-coordinate representation of color #645C93: hue angle of 248.73º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #645C93 is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10092147-
CMYK0.320.3700.42
HSL248.73º23.01%46.86%-
HSV(B)248.73º37.41%57.65%-
XYZ14.3512.4729.25-
YUV100.66154.15127.53-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.50%
GREEN value IS 92 (36.33% from 255) = 27.14%
BLUE value IS 147 (57.81% from 255) = 43.36%
R=29.50%
G=27.14%
B=43.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal100921470.320.3700.42248.7323.0146.86
Hex645C93202502Af9172f
Octal14413422340450523712757
Binary110010010111001001001110000010010101010101111100110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645C93; }

 p { color: rgb(100,92,147); }

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

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

 a { background-color: rgb(100,92,147); }

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

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

 span { border-color: rgb(100,92,147); }

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