#635496

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

Shades of Butterfly Bush #635496

Tints of Butterfly Bush #635496

Color information

#635496 (or 0x635496) is unknown color: approx Butterfly Bush. HEX triplet: 63, 54 and 96. RGB value is (99,84,150). Sum of RGB (Red+Green+Blue) = 99+84+150=333 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.73% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 150 (58.98% from 255 or 45.05% from 333); Max value from RGB is 150 - color contains mainly: blue. Hex color #635496 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635496 is #9CAB69. Grayscale: #5F5F5F. Windows color (decimal): -10267498 or 9852003. OLE color: 9852003.

HSL color Cylindrical-coordinate representation of color #635496: hue angle of 253.64º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #635496 is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB9984150-
CMYK0.340.4400.41
HSL253.64º28.21%45.88%-
HSV(B)253.64º44%58.82%-
XYZ13.8211.230.29-
YUV96.01158.47130.13-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.73%
GREEN value IS 84 (33.20% from 255) = 25.23%
BLUE value IS 150 (58.98% from 255) = 45.05%
R=29.73%
G=25.23%
B=45.05%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal99841500.340.4400.41253.6428.2145.88
Hex635496222C029fe1c2e
Octal14312422642540513763456
Binary110001110101001001011010001010110001010011111111011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635496; }

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

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

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

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

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

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

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

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