#64598D

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

Shades of Butterfly Bush #64598D

Tints of Butterfly Bush #64598D

Color information

#64598D (or 0x64598D) is unknown color: approx Butterfly Bush. HEX triplet: 64, 59 and 8D. RGB value is (100,89,141). Sum of RGB (Red+Green+Blue) = 100+89+141=330 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.30% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 141 - color contains mainly: blue. Hex color #64598D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64598D is #9BA672. Grayscale: #626262. Windows color (decimal): -10200691 or 9263460. OLE color: 9263460.

HSL color Cylindrical-coordinate representation of color #64598D: hue angle of 252.69º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #64598D is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10089141-
CMYK0.290.3700.45
HSL252.69º22.61%45.1%-
HSV(B)252.69º36.88%55.29%-
XYZ13.6411.7826.75-
YUV98.22152.14129.27-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.30%
GREEN value IS 89 (35.16% from 255) = 26.97%
BLUE value IS 141 (55.47% from 255) = 42.73%
R=30.30%
G=26.97%
B=42.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal100891410.290.3700.45252.6922.6145.1
Hex64598D1D2502Dfd172d
Octal14413121535450553752755
Binary11001001011001100011011110110010101011011111110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64598D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64598D; }

 p { color: rgb(100,89,141); }

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

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

 a { background-color: rgb(100,89,141); }

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

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

 span { border-color: rgb(100,89,141); }

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