#634B86

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

Shades of Butterfly Bush #634B86

Tints of Butterfly Bush #634B86

Color information

#634B86 (or 0x634B86) is unknown color: approx Butterfly Bush. HEX triplet: 63, 4B and 86. RGB value is (99,75,134). Sum of RGB (Red+Green+Blue) = 99+75+134=308 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.14% from 308); Green value is 75 (29.69% from 255 or 24.35% from 308); Blue value is 134 (52.73% from 255 or 43.51% from 308); Max value from RGB is 134 - color contains mainly: blue. Hex color #634B86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634B86 is #9CB479. Grayscale: #585858. Windows color (decimal): -10269818 or 8801123. OLE color: 8801123.

HSL color Cylindrical-coordinate representation of color #634B86: hue angle of 264.41º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #634B86 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9975134-
CMYK0.260.4400.47
HSL264.41º28.23%40.98%-
HSV(B)264.41º44.03%52.55%-
XYZ11.969.4123.74-
YUV88.9153.45135.2-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.14%
GREEN value IS 75 (29.69% from 255) = 24.35%
BLUE value IS 134 (52.73% from 255) = 43.51%
R=32.14%
G=24.35%
B=43.51%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal99751340.260.4400.47264.4128.2340.98
Hex634B861A2C02F1081c29
Octal14311320632540574103451
Binary110001110010111000011011010101100010111110000100011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634B86; }

 p { color: rgb(99,75,134); }

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

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

 a { background-color: rgb(99,75,134); }

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

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

 span { border-color: rgb(99,75,134); }

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