#605197

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

Shades of Butterfly Bush #605197

Tints of Butterfly Bush #605197

Color information

#605197 (or 0x605197) is unknown color: approx Butterfly Bush. HEX triplet: 60, 51 and 97. RGB value is (96,81,151). Sum of RGB (Red+Green+Blue) = 96+81+151=328 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.27% from 328); Green value is 81 (32.03% from 255 or 24.70% from 328); Blue value is 151 (59.38% from 255 or 46.04% from 328); Max value from RGB is 151 - color contains mainly: blue. Hex color #605197 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605197 is #9FAE68. Grayscale: #5D5D5D. Windows color (decimal): -10464873 or 9916768. OLE color: 9916768.

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

Color convert

RGB9681151-
CMYK0.360.4600.41
HSL252.86º30.17%45.49%-
HSV(B)252.86º46.36%59.22%-
XYZ13.3510.6130.62-
YUV93.46160.47129.81-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.27%
GREEN value IS 81 (32.03% from 255) = 24.70%
BLUE value IS 151 (59.38% from 255) = 46.04%
R=29.27%
G=24.70%
B=46.04%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal96811510.360.4600.41252.8630.1745.49
Hex605197242E029fd1e2d
Octal14012122744560513753655
Binary110000010100011001011110010010111001010011111110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605197; }

 p { color: rgb(96,81,151); }

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

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

 a { background-color: rgb(96,81,151); }

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

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

 span { border-color: rgb(96,81,151); }

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