#63508B

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

Shades of Butterfly Bush #63508B

Tints of Butterfly Bush #63508B

Color information

#63508B (or 0x63508B) is unknown color: approx Butterfly Bush. HEX triplet: 63, 50 and 8B. RGB value is (99,80,139). Sum of RGB (Red+Green+Blue) = 99+80+139=318 (42% of max value = 765). Red value is 99 (39.06% from 255 or 31.13% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 139 (54.69% from 255 or 43.71% from 318); Max value from RGB is 139 - color contains mainly: blue. Hex color #63508B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63508B is #9CAF74. Grayscale: #5C5C5C. Windows color (decimal): -10268533 or 9130083. OLE color: 9130083.

HSL color Cylindrical-coordinate representation of color #63508B: hue angle of 259.32º 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 #63508B is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9980139-
CMYK0.290.4200.45
HSL259.32º26.94%42.94%-
HSV(B)259.32º42.45%54.51%-
XYZ12.6710.2525.74-
YUV92.41154.29132.7-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.13%
GREEN value IS 80 (31.64% from 255) = 25.16%
BLUE value IS 139 (54.69% from 255) = 43.71%
R=31.13%
G=25.16%
B=43.71%

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
Decimal99801390.290.4200.45259.3226.9442.94
Hex63508B1D2A02D1031b2b
Octal14312021335520554033353
Binary110001110100001000101111101101010010110110000001111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63508B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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