#63508D

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

Shades of Butterfly Bush #63508D

Tints of Butterfly Bush #63508D

Color information

#63508D (or 0x63508D) is unknown color: approx Butterfly Bush. HEX triplet: 63, 50 and 8D. RGB value is (99,80,141). Sum of RGB (Red+Green+Blue) = 99+80+141=320 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.94% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 141 (55.47% from 255 or 44.06% from 320); Max value from RGB is 141 - color contains mainly: blue. Hex color #63508D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63508D is #9CAF72. Grayscale: #5C5C5C. Windows color (decimal): -10268531 or 9261155. OLE color: 9261155.

HSL color Cylindrical-coordinate representation of color #63508D: hue angle of 258.69º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #63508D is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9980141-
CMYK0.300.4300.45
HSL258.69º27.6%43.33%-
HSV(B)258.69º43.26%55.29%-
XYZ12.8210.3126.51-
YUV92.64155.29132.54-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.94%
GREEN value IS 80 (31.64% from 255) = 25%
BLUE value IS 141 (55.47% from 255) = 44.06%
R=30.94%
G=25%
B=44.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal99801410.300.4300.45258.6927.643.33
Hex63508D1E2B02D1031c2b
Octal14312021536530554033453
Binary110001110100001000110111110101011010110110000001111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63508D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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