#625495

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

Shades of Butterfly Bush #625495

Tints of Butterfly Bush #625495

Color information

#625495 (or 0x625495) is unknown color: approx Butterfly Bush. HEX triplet: 62, 54 and 95. RGB value is (98,84,149). Sum of RGB (Red+Green+Blue) = 98+84+149=331 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.61% from 331); Green value is 84 (33.20% from 255 or 25.38% from 331); Blue value is 149 (58.59% from 255 or 45.02% from 331); Max value from RGB is 149 - color contains mainly: blue. Hex color #625495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625495 is #9DAB6A. Grayscale: #5F5F5F. Windows color (decimal): -10333035 or 9786466. OLE color: 9786466.

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

Color convert

RGB9884149-
CMYK0.340.4400.42
HSL252.92º27.9%45.69%-
HSV(B)252.92º43.62%58.43%-
XYZ13.6311.1129.86-
YUV95.6158.14129.71-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.61%
GREEN value IS 84 (33.20% from 255) = 25.38%
BLUE value IS 149 (58.59% from 255) = 45.02%
R=29.61%
G=25.38%
B=45.02%

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
Decimal98841490.340.4400.42252.9227.945.69
Hex625495222C02Afd1c2e
Octal14212422542540523753456
Binary110001010101001001010110001010110001010101111110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625495; }

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

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

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

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

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

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

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

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