#625491

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

Shades of Butterfly Bush #625491

Tints of Butterfly Bush #625491

Color information

#625491 (or 0x625491) is unknown color: approx Butterfly Bush. HEX triplet: 62, 54 and 91. RGB value is (98,84,145). Sum of RGB (Red+Green+Blue) = 98+84+145=327 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.97% from 327); Green value is 84 (33.20% from 255 or 25.69% from 327); Blue value is 145 (57.03% from 255 or 44.34% from 327); Max value from RGB is 145 - color contains mainly: blue. Hex color #625491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625491 is #9DAB6E. Grayscale: #5E5E5E. Windows color (decimal): -10333039 or 9524322. OLE color: 9524322.

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

Color convert

RGB9884145-
CMYK0.320.4200.43
HSL253.77º26.64%44.9%-
HSV(B)253.77º42.07%56.86%-
XYZ13.3210.9828.21-
YUV95.14156.14130.04-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.97%
GREEN value IS 84 (33.20% from 255) = 25.69%
BLUE value IS 145 (57.03% from 255) = 44.34%
R=29.97%
G=25.69%
B=44.34%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal98841450.320.4200.43253.7726.6444.9
Hex625491202A02Bfe1b2d
Octal14212422140520533763355
Binary110001010101001001000110000010101001010111111111011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625491; }

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

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

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

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

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

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

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

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