#625484

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

Shades of Butterfly Bush #625484

Tints of Butterfly Bush #625484

Color information

#625484 (or 0x625484) is unknown color: approx Butterfly Bush. HEX triplet: 62, 54 and 84. RGB value is (98,84,132). Sum of RGB (Red+Green+Blue) = 98+84+132=314 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.21% from 314); Green value is 84 (33.20% from 255 or 26.75% from 314); Blue value is 132 (51.95% from 255 or 42.04% from 314); Max value from RGB is 132 - color contains mainly: blue. Hex color #625484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625484 is #9DAB7B. Grayscale: #5D5D5D. Windows color (decimal): -10333052 or 8672354. OLE color: 8672354.

HSL color Cylindrical-coordinate representation of color #625484: hue angle of 257.5º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #625484 is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9884132-
CMYK0.260.3600.48
HSL257.5º22.22%42.35%-
HSV(B)257.5º36.36%51.76%-
XYZ12.3710.623.22-
YUV93.66149.64131.1-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.21%
GREEN value IS 84 (33.20% from 255) = 26.75%
BLUE value IS 132 (51.95% from 255) = 42.04%
R=31.21%
G=26.75%
B=42.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal98841320.260.3600.48257.522.2242.35
Hex6254841A24030102162a
Octal14212420432440604022652
Binary110001010101001000010011010100100011000010000001010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625484; }

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

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

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

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

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

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

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

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