#625599

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

Shades of Butterfly Bush #625599

Tints of Butterfly Bush #625599

Color information

#625599 (or 0x625599) is unknown color: approx Butterfly Bush. HEX triplet: 62, 55 and 99. RGB value is (98,85,153). Sum of RGB (Red+Green+Blue) = 98+85+153=336 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.17% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 153 (60.16% from 255 or 45.54% from 336); Max value from RGB is 153 - color contains mainly: blue. Hex color #625599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625599 is #9DAA66. Grayscale: #606060. Windows color (decimal): -10332775 or 10048866. OLE color: 10048866.

HSL color Cylindrical-coordinate representation of color #625599: hue angle of 251.47º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #625599 is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB9885153-
CMYK0.360.4400.4
HSL251.47º28.57%46.67%-
HSV(B)251.47º44.44%60%-
XYZ14.0411.3931.6-
YUV96.64159.81128.97-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.17%
GREEN value IS 85 (33.59% from 255) = 25.30%
BLUE value IS 153 (60.16% from 255) = 45.54%
R=29.17%
G=25.30%
B=45.54%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal98851530.360.4400.4251.4728.5746.67
Hex625599242C028fb1d2f
Octal14212523144540503733557
Binary110001010101011001100110010010110001010001111101111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625599; }

 p { color: rgb(98,85,153); }

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

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

 a { background-color: rgb(98,85,153); }

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

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

 span { border-color: rgb(98,85,153); }

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