#645594

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

Shades of Butterfly Bush #645594

Tints of Butterfly Bush #645594

Color information

#645594 (or 0x645594) is unknown color: approx Butterfly Bush. HEX triplet: 64, 55 and 94. RGB value is (100,85,148). Sum of RGB (Red+Green+Blue) = 100+85+148=333 (44% of max value = 765). Red value is 100 (39.45% from 255 or 30.03% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 148 (58.20% from 255 or 44.44% from 333); Max value from RGB is 148 - color contains mainly: blue. Hex color #645594 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645594 is #9BAA6B. Grayscale: #606060. Windows color (decimal): -10201708 or 9721188. OLE color: 9721188.

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

Color convert

RGB10085148-
CMYK0.320.4300.42
HSL254.29º27.04%45.69%-
HSV(B)254.29º42.57%58.04%-
XYZ13.8511.3429.48-
YUV96.67156.97130.38-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.03%
GREEN value IS 85 (33.59% from 255) = 25.53%
BLUE value IS 148 (58.20% from 255) = 44.44%
R=30.03%
G=25.53%
B=44.44%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal100851480.320.4300.42254.2927.0445.69
Hex645594202B02Afe1b2e
Octal14412522440530523763356
Binary110010010101011001010010000010101101010101111111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645594; }

 p { color: rgb(100,85,148); }

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

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

 a { background-color: rgb(100,85,148); }

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

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

 span { border-color: rgb(100,85,148); }

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