#62549B

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

Shades of Butterfly Bush #62549B

Tints of Butterfly Bush #62549B

Color information

#62549B (or 0x62549B) is unknown color: approx Butterfly Bush. HEX triplet: 62, 54 and 9B. RGB value is (98,84,155). Sum of RGB (Red+Green+Blue) = 98+84+155=337 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.08% from 337); Green value is 84 (33.20% from 255 or 24.93% from 337); Blue value is 155 (60.94% from 255 or 45.99% from 337); Max value from RGB is 155 - color contains mainly: blue. Hex color #62549B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62549B is #9DAB64. Grayscale: #606060. Windows color (decimal): -10333029 or 10179682. OLE color: 10179682.

HSL color Cylindrical-coordinate representation of color #62549B: hue angle of 251.83º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #62549B is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9884155-
CMYK0.370.4600.39
HSL251.83º29.71%46.86%-
HSV(B)251.83º45.81%60.78%-
XYZ14.1211.332.45-
YUV96.28161.14129.23-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.08%
GREEN value IS 84 (33.20% from 255) = 24.93%
BLUE value IS 155 (60.94% from 255) = 45.99%
R=29.08%
G=24.93%
B=45.99%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal98841550.370.4600.39251.8329.7146.86
Hex62549B252E027fc1e2f
Octal14212423345560473743657
Binary110001010101001001101110010110111001001111111110011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62549B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62549B; }

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

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

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

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

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

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

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

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