#625394

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

Shades of Butterfly Bush #625394

Tints of Butterfly Bush #625394

Color information

#625394 (or 0x625394) is unknown color: approx Butterfly Bush. HEX triplet: 62, 53 and 94. RGB value is (98,83,148). Sum of RGB (Red+Green+Blue) = 98+83+148=329 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.79% from 329); Green value is 83 (32.81% from 255 or 25.23% from 329); Blue value is 148 (58.20% from 255 or 44.98% from 329); Max value from RGB is 148 - color contains mainly: blue. Hex color #625394 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625394 is #9DAC6B. Grayscale: #5E5E5E. Windows color (decimal): -10333292 or 9720674. OLE color: 9720674.

HSL color Cylindrical-coordinate representation of color #625394: hue angle of 253.85º 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 #625394 is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9883148-
CMYK0.340.4400.42
HSL253.85º28.14%45.29%-
HSV(B)253.85º43.92%58.04%-
XYZ13.4810.9229.41-
YUV94.9157.97130.21-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.79%
GREEN value IS 83 (32.81% from 255) = 25.23%
BLUE value IS 148 (58.20% from 255) = 44.98%
R=29.79%
G=25.23%
B=44.98%

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
Decimal98831480.340.4400.42253.8528.1445.29
Hex625394222C02Afe1c2d
Octal14212322442540523763455
Binary110001010100111001010010001010110001010101111111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625394; }

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

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

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

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

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

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

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

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