#62548D

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

Shades of Butterfly Bush #62548D

Tints of Butterfly Bush #62548D

Color information

#62548D (or 0x62548D) is unknown color: approx Butterfly Bush. HEX triplet: 62, 54 and 8D. RGB value is (98,84,141). Sum of RGB (Red+Green+Blue) = 98+84+141=323 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.34% from 323); Green value is 84 (33.20% from 255 or 26.01% from 323); Blue value is 141 (55.47% from 255 or 43.65% from 323); Max value from RGB is 141 - color contains mainly: blue. Hex color #62548D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62548D is #9DAB72. Grayscale: #5E5E5E. Windows color (decimal): -10333043 or 9262178. OLE color: 9262178.

HSL color Cylindrical-coordinate representation of color #62548D: hue angle of 254.74º 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 #62548D is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9884141-
CMYK0.300.4000.45
HSL254.74º25.33%44.12%-
HSV(B)254.74º40.43%55.29%-
XYZ13.0210.8626.61-
YUV94.68154.14130.37-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.34%
GREEN value IS 84 (33.20% from 255) = 26.01%
BLUE value IS 141 (55.47% from 255) = 43.65%
R=30.34%
G=26.01%
B=43.65%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal98841410.300.4000.45254.7425.3344.12
Hex62548D1E2802Dff192c
Octal14212421536500553773154
Binary11000101010100100011011111010100001011011111111111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62548D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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