#625099

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

Shades of Butterfly Bush #625099

Tints of Butterfly Bush #625099

Color information

#625099 (or 0x625099) is unknown color: approx Butterfly Bush. HEX triplet: 62, 50 and 99. RGB value is (98,80,153). Sum of RGB (Red+Green+Blue) = 98+80+153=331 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.61% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 153 (60.16% from 255 or 46.22% from 331); Max value from RGB is 153 - color contains mainly: blue. Hex color #625099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625099 is #9DAF66. Grayscale: #5D5D5D. Windows color (decimal): -10334055 or 10047586. OLE color: 10047586.

HSL color Cylindrical-coordinate representation of color #625099: hue angle of 254.79º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #625099 is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB9880153-
CMYK0.360.4800.4
HSL254.79º31.33%45.69%-
HSV(B)254.79º47.71%60%-
XYZ13.6610.6331.47-
YUV93.7161.46131.06-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.61%
GREEN value IS 80 (31.64% from 255) = 24.17%
BLUE value IS 153 (60.16% from 255) = 46.22%
R=29.61%
G=24.17%
B=46.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal98801530.360.4800.4254.7931.3345.69
Hex6250992430028ff1f2e
Octal14212023144600503773756
Binary110001010100001001100110010011000001010001111111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625099; }

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

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

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

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

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

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

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

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