#604C8A

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

Shades of Butterfly Bush #604C8A

Tints of Butterfly Bush #604C8A

Color information

#604C8A (or 0x604C8A) is unknown color: approx Butterfly Bush. HEX triplet: 60, 4C and 8A. RGB value is (96,76,138). Sum of RGB (Red+Green+Blue) = 96+76+138=310 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.97% from 310); Green value is 76 (30.08% from 255 or 24.52% from 310); Blue value is 138 (54.30% from 255 or 44.52% from 310); Max value from RGB is 138 - color contains mainly: blue. Hex color #604C8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604C8A is #9FB375. Grayscale: #585858. Windows color (decimal): -10466166 or 9063520. OLE color: 9063520.

HSL color Cylindrical-coordinate representation of color #604C8A: hue angle of 259.35º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #604C8A is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9676138-
CMYK0.300.4500.46
HSL259.35º28.97%41.96%-
HSV(B)259.35º44.93%54.12%-
XYZ129.4925.24-
YUV89.05155.63132.96-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.97%
GREEN value IS 76 (30.08% from 255) = 24.52%
BLUE value IS 138 (54.30% from 255) = 44.52%
R=30.97%
G=24.52%
B=44.52%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal96761380.300.4500.46259.3528.9741.96
Hex604C8A1E2D02E1031d2a
Octal14011421236550564033552
Binary110000010011001000101011110101101010111010000001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604C8A; }

 p { color: rgb(96,76,138); }

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

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

 a { background-color: rgb(96,76,138); }

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

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

 span { border-color: rgb(96,76,138); }

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