#625481

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

Shades of Butterfly Bush #625481

Tints of Butterfly Bush #625481

Color information

#625481 (or 0x625481) is unknown color: approx Butterfly Bush. HEX triplet: 62, 54 and 81. RGB value is (98,84,129). Sum of RGB (Red+Green+Blue) = 98+84+129=311 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.51% from 311); Green value is 84 (33.20% from 255 or 27.01% from 311); Blue value is 129 (50.78% from 255 or 41.48% from 311); Max value from RGB is 129 - color contains mainly: blue. Hex color #625481 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625481 is #9DAB7E. Grayscale: #5D5D5D. Windows color (decimal): -10333055 or 8475746. OLE color: 8475746.

HSL color Cylindrical-coordinate representation of color #625481: hue angle of 258.67º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #625481 is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9884129-
CMYK0.240.3500.49
HSL258.67º21.13%41.76%-
HSV(B)258.67º34.88%50.59%-
XYZ12.1710.5222.16-
YUV93.32148.14131.34-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.51%
GREEN value IS 84 (33.20% from 255) = 27.01%
BLUE value IS 129 (50.78% from 255) = 41.48%
R=31.51%
G=27.01%
B=41.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal98841290.240.3500.49258.6721.1341.76
Hex6254811823031103152a
Octal14212420130430614032552
Binary110001010101001000000111000100011011000110000001110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625481; }

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

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

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

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

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

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

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

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