#62508B

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

Shades of Butterfly Bush #62508B

Tints of Butterfly Bush #62508B

Color information

#62508B (or 0x62508B) is unknown color: approx Butterfly Bush. HEX triplet: 62, 50 and 8B. RGB value is (98,80,139). Sum of RGB (Red+Green+Blue) = 98+80+139=317 (41% of max value = 765). Red value is 98 (38.67% from 255 or 30.91% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 139 (54.69% from 255 or 43.85% from 317); Max value from RGB is 139 - color contains mainly: blue. Hex color #62508B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62508B is #9DAF74. Grayscale: #5B5B5B. Windows color (decimal): -10334069 or 9130082. OLE color: 9130082.

HSL color Cylindrical-coordinate representation of color #62508B: hue angle of 258.31º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #62508B is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9880139-
CMYK0.290.4200.45
HSL258.31º26.94%42.94%-
HSV(B)258.31º42.45%54.51%-
XYZ12.5710.225.73-
YUV92.11154.46132.2-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.91%
GREEN value IS 80 (31.64% from 255) = 25.24%
BLUE value IS 139 (54.69% from 255) = 43.85%
R=30.91%
G=25.24%
B=43.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal98801390.290.4200.45258.3126.9442.94
Hex62508B1D2A02D1021b2b
Octal14212021335520554023353
Binary110001010100001000101111101101010010110110000001011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62508B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62508B; }

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

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

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

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

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

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

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

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