#625386

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

Shades of Butterfly Bush #625386

Tints of Butterfly Bush #625386

Color information

#625386 (or 0x625386) is unknown color: approx Butterfly Bush. HEX triplet: 62, 53 and 86. RGB value is (98,83,134). Sum of RGB (Red+Green+Blue) = 98+83+134=315 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.11% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 134 (52.73% from 255 or 42.54% from 315); Max value from RGB is 134 - color contains mainly: blue. Hex color #625386 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625386 is #9DAC79. Grayscale: #5D5D5D. Windows color (decimal): -10333306 or 8803170. OLE color: 8803170.

HSL color Cylindrical-coordinate representation of color #625386: hue angle of 257.65º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #625386 is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9883134-
CMYK0.270.3800.47
HSL257.65º23.5%42.55%-
HSV(B)257.65º38.06%52.55%-
XYZ12.4310.523.93-
YUV93.3150.97131.35-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.11%
GREEN value IS 83 (32.81% from 255) = 26.35%
BLUE value IS 134 (52.73% from 255) = 42.54%
R=31.11%
G=26.35%
B=42.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal98831340.270.3800.47257.6523.542.55
Hex6253861B2602F102182b
Octal14212320633460574023053
Binary110001010100111000011011011100110010111110000001011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625386; }

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

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

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

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

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

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

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

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