#625395

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

Shades of Butterfly Bush #625395

Tints of Butterfly Bush #625395

Color information

#625395 (or 0x625395) is unknown color: approx Butterfly Bush. HEX triplet: 62, 53 and 95. RGB value is (98,83,149). Sum of RGB (Red+Green+Blue) = 98+83+149=330 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.70% from 330); Green value is 83 (32.81% from 255 or 25.15% from 330); Blue value is 149 (58.59% from 255 or 45.15% from 330); Max value from RGB is 149 - color contains mainly: blue. Hex color #625395 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625395 is #9DAC6A. Grayscale: #5E5E5E. Windows color (decimal): -10333291 or 9786210. OLE color: 9786210.

HSL color Cylindrical-coordinate representation of color #625395: hue angle of 253.64º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #625395 is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9883149-
CMYK0.340.4400.42
HSL253.64º28.45%45.49%-
HSV(B)253.64º44.3%58.43%-
XYZ13.5610.9529.83-
YUV95.01158.47130.13-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.70%
GREEN value IS 83 (32.81% from 255) = 25.15%
BLUE value IS 149 (58.59% from 255) = 45.15%
R=29.70%
G=25.15%
B=45.15%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal98831490.340.4400.42253.6428.4545.49
Hex625395222C02Afe1c2d
Octal14212322542540523763455
Binary110001010100111001010110001010110001010101111111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625395; }

 p { color: rgb(98,83,149); }

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

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

 a { background-color: rgb(98,83,149); }

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

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

 span { border-color: rgb(98,83,149); }

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