#635481

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

Shades of Butterfly Bush #635481

Tints of Butterfly Bush #635481

Color information

#635481 (or 0x635481) is unknown color: approx Butterfly Bush. HEX triplet: 63, 54 and 81. RGB value is (99,84,129). Sum of RGB (Red+Green+Blue) = 99+84+129=312 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.73% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 129 (50.78% from 255 or 41.35% from 312); Max value from RGB is 129 - color contains mainly: blue. Hex color #635481 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635481 is #9CAB7E. Grayscale: #5D5D5D. Windows color (decimal): -10267519 or 8475747. OLE color: 8475747.

HSL color Cylindrical-coordinate representation of color #635481: hue angle of 260º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #635481 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9984129-
CMYK0.230.3500.49
HSL260º21.13%41.76%-
HSV(B)260º34.88%50.59%-
XYZ12.2810.5822.16-
YUV93.62147.97131.84-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.73%
GREEN value IS 84 (33.20% from 255) = 26.92%
BLUE value IS 129 (50.78% from 255) = 41.35%
R=31.73%
G=26.92%
B=41.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal99841290.230.3500.4926021.1341.76
Hex6354811723031104152a
Octal14312420127430614042552
Binary110001110101001000000110111100011011000110000010010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635481; }

 p { color: rgb(99,84,129); }

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

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

 a { background-color: rgb(99,84,129); }

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

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

 span { border-color: rgb(99,84,129); }

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