#625385

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

Shades of Butterfly Bush #625385

Tints of Butterfly Bush #625385

Color information

#625385 (or 0x625385) is unknown color: approx Butterfly Bush. HEX triplet: 62, 53 and 85. RGB value is (98,83,133). Sum of RGB (Red+Green+Blue) = 98+83+133=314 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.21% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 133 (52.34% from 255 or 42.36% from 314); Max value from RGB is 133 - color contains mainly: blue. Hex color #625385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625385 is #9DAC7A. Grayscale: #5D5D5D. Windows color (decimal): -10333307 or 8737634. OLE color: 8737634.

HSL color Cylindrical-coordinate representation of color #625385: hue angle of 258º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #625385 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9883133-
CMYK0.260.3800.48
HSL258º23.15%42.35%-
HSV(B)258º37.59%52.16%-
XYZ12.3610.4823.56-
YUV93.18150.47131.43-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.21%
GREEN value IS 83 (32.81% from 255) = 26.43%
BLUE value IS 133 (52.34% from 255) = 42.36%
R=31.21%
G=26.43%
B=42.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal98831330.260.3800.4825823.1542.35
Hex6253851A26030102172a
Octal14212320532460604022752
Binary110001010100111000010111010100110011000010000001010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625385; }

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

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

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

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

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

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

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

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