#625991

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

Shades of Butterfly Bush #625991

Tints of Butterfly Bush #625991

Color information

#625991 (or 0x625991) is unknown color: approx Butterfly Bush. HEX triplet: 62, 59 and 91. RGB value is (98,89,145). Sum of RGB (Red+Green+Blue) = 98+89+145=332 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.52% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 145 (57.03% from 255 or 43.67% from 332); Max value from RGB is 145 - color contains mainly: blue. Hex color #625991 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625991 is #9DA66E. Grayscale: #616161. Windows color (decimal): -10331759 or 9525602. OLE color: 9525602.

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

Color convert

RGB9889145-
CMYK0.320.3900.43
HSL249.64º23.93%45.88%-
HSV(B)249.64º38.62%56.86%-
XYZ13.7211.7928.34-
YUV98.07154.48127.95-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.52%
GREEN value IS 89 (35.16% from 255) = 26.81%
BLUE value IS 145 (57.03% from 255) = 43.67%
R=29.52%
G=26.81%
B=43.67%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal98891450.320.3900.43249.6423.9345.88
Hex625991202702Bfa182e
Octal14213122140470533723056
Binary110001010110011001000110000010011101010111111101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625991; }

 p { color: rgb(98,89,145); }

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

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

 a { background-color: rgb(98,89,145); }

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

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

 span { border-color: rgb(98,89,145); }

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