#605189

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

Shades of Butterfly Bush #605189

Tints of Butterfly Bush #605189

Color information

#605189 (or 0x605189) is unknown color: approx Butterfly Bush. HEX triplet: 60, 51 and 89. RGB value is (96,81,137). Sum of RGB (Red+Green+Blue) = 96+81+137=314 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.57% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 137 (53.91% from 255 or 43.63% from 314); Max value from RGB is 137 - color contains mainly: blue. Hex color #605189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605189 is #9FAE76. Grayscale: #5B5B5B. Windows color (decimal): -10464887 or 8999264. OLE color: 8999264.

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

Color convert

RGB9681137-
CMYK0.300.4100.46
HSL256.07º25.69%42.75%-
HSV(B)256.07º40.88%53.73%-
XYZ12.2810.1824.98-
YUV91.87153.47130.95-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.57%
GREEN value IS 81 (32.03% from 255) = 25.80%
BLUE value IS 137 (53.91% from 255) = 43.63%
R=30.57%
G=25.80%
B=43.63%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal96811370.300.4100.46256.0725.6942.75
Hex6051891E2902E1001a2b
Octal14012121136510564003253
Binary110000010100011000100111110101001010111010000000011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605189; }

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

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

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

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

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

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

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

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