#625492

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

Shades of Butterfly Bush #625492

Tints of Butterfly Bush #625492

Color information

#625492 (or 0x625492) is unknown color: approx Butterfly Bush. HEX triplet: 62, 54 and 92. RGB value is (98,84,146). Sum of RGB (Red+Green+Blue) = 98+84+146=328 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.88% from 328); Green value is 84 (33.20% from 255 or 25.61% from 328); Blue value is 146 (57.42% from 255 or 44.51% from 328); Max value from RGB is 146 - color contains mainly: blue. Hex color #625492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625492 is #9DAB6D. Grayscale: #5F5F5F. Windows color (decimal): -10333038 or 9589858. OLE color: 9589858.

HSL color Cylindrical-coordinate representation of color #625492: hue angle of 253.55º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #625492 is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9884146-
CMYK0.330.4200.43
HSL253.55º26.96%45.1%-
HSV(B)253.55º42.47%57.25%-
XYZ13.411.0128.61-
YUV95.25156.64129.96-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.88%
GREEN value IS 84 (33.20% from 255) = 25.61%
BLUE value IS 146 (57.42% from 255) = 44.51%
R=29.88%
G=25.61%
B=44.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal98841460.330.4200.43253.5526.9645.1
Hex625492212A02Bfe1b2d
Octal14212422241520533763355
Binary110001010101001001001010000110101001010111111111011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625492; }

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

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

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

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

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

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

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

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