#625384

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

Shades of Butterfly Bush #625384

Tints of Butterfly Bush #625384

Color information

#625384 (or 0x625384) is unknown color: approx Butterfly Bush. HEX triplet: 62, 53 and 84. RGB value is (98,83,132). Sum of RGB (Red+Green+Blue) = 98+83+132=313 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.31% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 132 (51.95% from 255 or 42.17% from 313); Max value from RGB is 132 - color contains mainly: blue. Hex color #625384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625384 is #9DAC7B. Grayscale: #5C5C5C. Windows color (decimal): -10333308 or 8672098. OLE color: 8672098.

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

Color convert

RGB9883132-
CMYK0.260.3700.48
HSL258.37º22.79%42.16%-
HSV(B)258.37º37.12%51.76%-
XYZ12.310.4523.2-
YUV93.07149.97131.52-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.31%
GREEN value IS 83 (32.81% from 255) = 26.52%
BLUE value IS 132 (51.95% from 255) = 42.17%
R=31.31%
G=26.52%
B=42.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal98831320.260.3700.48258.3722.7942.16
Hex6253841A25030102172a
Octal14212320432450604022752
Binary110001010100111000010011010100101011000010000001010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625384; }

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

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

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

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

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

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

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

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