#625699

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

Shades of Butterfly Bush #625699

Tints of Butterfly Bush #625699

Color information

#625699 (or 0x625699) is unknown color: approx Butterfly Bush. HEX triplet: 62, 56 and 99. RGB value is (98,86,153). Sum of RGB (Red+Green+Blue) = 98+86+153=337 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.08% from 337); Green value is 86 (33.98% from 255 or 25.52% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 153 - color contains mainly: blue. Hex color #625699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625699 is #9DA966. Grayscale: #606060. Windows color (decimal): -10332519 or 10049122. OLE color: 10049122.

HSL color Cylindrical-coordinate representation of color #625699: hue angle of 250.75º degrees, saturation: 0.28, 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 #625699 is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB9886153-
CMYK0.360.4400.4
HSL250.75º28.03%46.86%-
HSV(B)250.75º43.79%60%-
XYZ14.1111.5531.62-
YUV97.23159.48128.55-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.08%
GREEN value IS 86 (33.98% from 255) = 25.52%
BLUE value IS 153 (60.16% from 255) = 45.40%
R=29.08%
G=25.52%
B=45.40%

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
Decimal98861530.360.4400.4250.7528.0346.86
Hex625699242C028fb1c2f
Octal14212623144540503733457
Binary110001010101101001100110010010110001010001111101111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625699; }

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

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

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

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

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

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

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

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