#62548B

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

Shades of Butterfly Bush #62548B

Tints of Butterfly Bush #62548B

Color information

#62548B (or 0x62548B) is unknown color: approx Butterfly Bush. HEX triplet: 62, 54 and 8B. RGB value is (98,84,139). Sum of RGB (Red+Green+Blue) = 98+84+139=321 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.53% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 139 (54.69% from 255 or 43.30% from 321); Max value from RGB is 139 - color contains mainly: blue. Hex color #62548B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62548B is #9DAB74. Grayscale: #5E5E5E. Windows color (decimal): -10333045 or 9131106. OLE color: 9131106.

HSL color Cylindrical-coordinate representation of color #62548B: hue angle of 255.27º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #62548B is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9884139-
CMYK0.290.4000.45
HSL255.27º24.66%43.73%-
HSV(B)255.27º39.57%54.51%-
XYZ12.8710.825.83-
YUV94.46153.14130.53-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.53%
GREEN value IS 84 (33.20% from 255) = 26.17%
BLUE value IS 139 (54.69% from 255) = 43.30%
R=30.53%
G=26.17%
B=43.30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal98841390.290.4000.45255.2724.6643.73
Hex62548B1D2802Dff192c
Octal14212421335500553773154
Binary11000101010100100010111110110100001011011111111111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62548B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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