#625295

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

Shades of Butterfly Bush #625295

Tints of Butterfly Bush #625295

Color information

#625295 (or 0x625295) is unknown color: approx Butterfly Bush. HEX triplet: 62, 52 and 95. RGB value is (98,82,149). Sum of RGB (Red+Green+Blue) = 98+82+149=329 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.79% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 149 (58.59% from 255 or 45.29% from 329); Max value from RGB is 149 - color contains mainly: blue. Hex color #625295 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625295 is #9DAD6A. Grayscale: #5E5E5E. Windows color (decimal): -10333547 or 9785954. OLE color: 9785954.

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

Color convert

RGB9882149-
CMYK0.340.4500.42
HSL254.33º29%45.29%-
HSV(B)254.33º44.97%58.43%-
XYZ13.4810.829.81-
YUV94.42158.8130.55-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.79%
GREEN value IS 82 (32.42% from 255) = 24.92%
BLUE value IS 149 (58.59% from 255) = 45.29%
R=29.79%
G=24.92%
B=45.29%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal98821490.340.4500.42254.332945.29
Hex625295222D02Afe1d2d
Octal14212222542550523763555
Binary110001010100101001010110001010110101010101111111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625295; }

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

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

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

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

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

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

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

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