#625092

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

Shades of Butterfly Bush #625092

Tints of Butterfly Bush #625092

Color information

#625092 (or 0x625092) is unknown color: approx Butterfly Bush. HEX triplet: 62, 50 and 92. RGB value is (98,80,146). Sum of RGB (Red+Green+Blue) = 98+80+146=324 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.25% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 146 (57.42% from 255 or 45.06% from 324); Max value from RGB is 146 - color contains mainly: blue. Hex color #625092 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625092 is #9DAF6D. Grayscale: #5C5C5C. Windows color (decimal): -10334062 or 9588834. OLE color: 9588834.

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

Color convert

RGB9880146-
CMYK0.330.4500.43
HSL256.36º29.2%44.31%-
HSV(B)256.36º45.21%57.25%-
XYZ13.0910.4128.51-
YUV92.91157.96131.63-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.25%
GREEN value IS 80 (31.64% from 255) = 24.69%
BLUE value IS 146 (57.42% from 255) = 45.06%
R=30.25%
G=24.69%
B=45.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal98801460.330.4500.43256.3629.244.31
Hex625092212D02B1001d2c
Octal14212022241550534003554
Binary1100010101000010010010100001101101010101110000000011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625092; }

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

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

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

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

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

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

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

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