#625299

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

Shades of Butterfly Bush #625299

Tints of Butterfly Bush #625299

Color information

#625299 (or 0x625299) is unknown color: approx Butterfly Bush. HEX triplet: 62, 52 and 99. RGB value is (98,82,153). Sum of RGB (Red+Green+Blue) = 98+82+153=333 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.43% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 153 - color contains mainly: blue. Hex color #625299 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625299 is #9DAD66. Grayscale: #5E5E5E. Windows color (decimal): -10333543 or 10048098. OLE color: 10048098.

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

Color convert

RGB9882153-
CMYK0.360.4600.4
HSL253.52º30.21%46.08%-
HSV(B)253.52º46.41%60%-
XYZ13.810.9331.52-
YUV94.88160.8130.23-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.43%
GREEN value IS 82 (32.42% from 255) = 24.62%
BLUE value IS 153 (60.16% from 255) = 45.95%
R=29.43%
G=24.62%
B=45.95%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal98821530.360.4600.4253.5230.2146.08
Hex625299242E028fe1e2e
Octal14212223144560503763656
Binary110001010100101001100110010010111001010001111111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625299; }

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

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

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

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

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

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

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

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