#624A86

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

Shades of Butterfly Bush #624A86

Tints of Butterfly Bush #624A86

Color information

#624A86 (or 0x624A86) is unknown color: approx Butterfly Bush. HEX triplet: 62, 4A and 86. RGB value is (98,74,134). Sum of RGB (Red+Green+Blue) = 98+74+134=306 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.03% from 306); Green value is 74 (29.30% from 255 or 24.18% from 306); Blue value is 134 (52.73% from 255 or 43.79% from 306); Max value from RGB is 134 - color contains mainly: blue. Hex color #624A86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #624A86 is #9DB579. Grayscale: #575757. Windows color (decimal): -10335610 or 8800866. OLE color: 8800866.

HSL color Cylindrical-coordinate representation of color #624A86: hue angle of 264º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #624A86 is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9874134-
CMYK0.270.4500.47
HSL264º28.85%40.78%-
HSV(B)264º44.78%52.55%-
XYZ11.799.2223.71-
YUV88.02153.95135.12-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.03%
GREEN value IS 74 (29.30% from 255) = 24.18%
BLUE value IS 134 (52.73% from 255) = 43.79%
R=32.03%
G=24.18%
B=43.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal98741340.270.4500.4726428.8540.78
Hex624A861B2D02F1081d29
Octal14211220633550574103551
Binary110001010010101000011011011101101010111110000100011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624A86; }

 p { color: rgb(98,74,134); }

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

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

 a { background-color: rgb(98,74,134); }

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

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

 span { border-color: rgb(98,74,134); }

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