#625487

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

Shades of Butterfly Bush #625487

Tints of Butterfly Bush #625487

Color information

#625487 (or 0x625487) is unknown color: approx Butterfly Bush. HEX triplet: 62, 54 and 87. RGB value is (98,84,135). Sum of RGB (Red+Green+Blue) = 98+84+135=317 (41% of max value = 765). Red value is 98 (38.67% from 255 or 30.91% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 135 (53.12% from 255 or 42.59% from 317); Max value from RGB is 135 - color contains mainly: blue. Hex color #625487 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625487 is #9DAB78. Grayscale: #5D5D5D. Windows color (decimal): -10333049 or 8868962. OLE color: 8868962.

HSL color Cylindrical-coordinate representation of color #625487: hue angle of 256.47º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #625487 is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9884135-
CMYK0.270.3800.47
HSL256.47º23.29%42.94%-
HSV(B)256.47º37.78%52.94%-
XYZ12.5810.6924.32-
YUV94151.14130.85-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.91%
GREEN value IS 84 (33.20% from 255) = 26.50%
BLUE value IS 135 (53.12% from 255) = 42.59%
R=30.91%
G=26.50%
B=42.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal98841350.270.3800.47256.4723.2942.94
Hex6254871B2602F100172b
Octal14212420733460574002753
Binary110001010101001000011111011100110010111110000000010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625487; }

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

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

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

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

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

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

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

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