#605796

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

Shades of Butterfly Bush #605796

Tints of Butterfly Bush #605796

Color information

#605796 (or 0x605796) is unknown color: approx Butterfly Bush. HEX triplet: 60, 57 and 96. RGB value is (96,87,150). Sum of RGB (Red+Green+Blue) = 96+87+150=333 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.83% from 333); Green value is 87 (34.38% from 255 or 26.13% 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 #605796 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605796 is #9FA869. Grayscale: #606060. Windows color (decimal): -10463338 or 9852768. OLE color: 9852768.

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

Color convert

RGB9687150-
CMYK0.360.4200.41
HSL248.57º26.58%46.47%-
HSV(B)248.57º42%58.82%-
XYZ13.7411.5130.35-
YUV96.87157.98127.38-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.83%
GREEN value IS 87 (34.38% from 255) = 26.13%
BLUE value IS 150 (58.98% from 255) = 45.05%
R=28.83%
G=26.13%
B=45.05%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal96871500.360.4200.41248.5726.5846.47
Hex605796242A029f91b2e
Octal14012722644520513713356
Binary110000010101111001011010010010101001010011111100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605796; }

 p { color: rgb(96,87,150); }

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

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

 a { background-color: rgb(96,87,150); }

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

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

 span { border-color: rgb(96,87,150); }

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