#645598

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

Shades of Butterfly Bush #645598

Tints of Butterfly Bush #645598

Color information

#645598 (or 0x645598) is unknown color: approx Butterfly Bush. HEX triplet: 64, 55 and 98. RGB value is (100,85,152). Sum of RGB (Red+Green+Blue) = 100+85+152=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 152 (59.77% from 255 or 45.10% from 337); Max value from RGB is 152 - color contains mainly: blue. Hex color #645598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645598 is #9BAA67. Grayscale: #606060. Windows color (decimal): -10201704 or 9983332. OLE color: 9983332.

HSL color Cylindrical-coordinate representation of color #645598: hue angle of 253.43º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #645598 is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10085152-
CMYK0.340.4400.40
HSL253.43º28.27%46.47%-
HSV(B)253.43º44.08%59.61%-
XYZ14.1711.4731.17-
YUV97.12158.97130.05-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.67%
GREEN value IS 85 (33.59% from 255) = 25.22%
BLUE value IS 152 (59.77% from 255) = 45.10%
R=29.67%
G=25.22%
B=45.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal100851520.340.4400.40253.4328.2746.47
Hex645598222C028fd1c2e
Octal14412523042540503753456
Binary110010010101011001100010001010110001010001111110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645598; }

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

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

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

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

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

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

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

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