#605794

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

Shades of Butterfly Bush #605794

Tints of Butterfly Bush #605794

Color information

#605794 (or 0x605794) is unknown color: approx Butterfly Bush. HEX triplet: 60, 57 and 94. RGB value is (96,87,148). Sum of RGB (Red+Green+Blue) = 96+87+148=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 87 (34.38% from 255 or 26.28% from 331); Blue value is 148 (58.20% from 255 or 44.71% from 331); Max value from RGB is 148 - color contains mainly: blue. Hex color #605794 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605794 is #9FA86B. Grayscale: #606060. Windows color (decimal): -10463340 or 9721696. OLE color: 9721696.

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

Color convert

RGB9687148-
CMYK0.350.4100.42
HSL248.85º25.96%46.08%-
HSV(B)248.85º41.22%58.04%-
XYZ13.5811.4429.51-
YUV96.64156.98127.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.00%
GREEN value IS 87 (34.38% from 255) = 26.28%
BLUE value IS 148 (58.20% from 255) = 44.71%
R=29.00%
G=26.28%
B=44.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal96871480.350.4100.42248.8525.9646.08
Hex605794232902Af91a2e
Octal14012722443510523713256
Binary110000010101111001010010001110100101010101111100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605794; }

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

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

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

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

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

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

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

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