#63559B

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

Shades of Butterfly Bush #63559B

Tints of Butterfly Bush #63559B

Color information

#63559B (or 0x63559B) is unknown color: approx Butterfly Bush. HEX triplet: 63, 55 and 9B. RGB value is (99,85,155). Sum of RGB (Red+Green+Blue) = 99+85+155=339 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.20% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 155 (60.94% from 255 or 45.72% from 339); Max value from RGB is 155 - color contains mainly: blue. Hex color #63559B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63559B is #9CAA64. Grayscale: #606060. Windows color (decimal): -10267237 or 10179939. OLE color: 10179939.

HSL color Cylindrical-coordinate representation of color #63559B: hue angle of 252º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #63559B is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9985155-
CMYK0.360.4500.39
HSL252º29.17%47.06%-
HSV(B)252º45.16%60.78%-
XYZ14.3111.5232.48-
YUV97.17160.64129.31-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.20%
GREEN value IS 85 (33.59% from 255) = 25.07%
BLUE value IS 155 (60.94% from 255) = 45.72%
R=29.20%
G=25.07%
B=45.72%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal99851550.360.4500.3925229.1747.06
Hex63559B242D027fc1d2f
Octal14312523344550473743557
Binary110001110101011001101110010010110101001111111110011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63559B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,85,155); }

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

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

 a { background-color: rgb(99,85,155); }

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

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

 span { border-color: rgb(99,85,155); }

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