#604E95

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

Shades of Butterfly Bush #604E95

Tints of Butterfly Bush #604E95

Color information

#604E95 (or 0x604E95) is unknown color: approx Butterfly Bush. HEX triplet: 60, 4E and 95. RGB value is (96,78,149). Sum of RGB (Red+Green+Blue) = 96+78+149=323 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.72% from 323); Green value is 78 (30.86% from 255 or 24.15% from 323); Blue value is 149 (58.59% from 255 or 46.13% from 323); Max value from RGB is 149 - color contains mainly: blue. Hex color #604E95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #604E95 is #9FB16A. Grayscale: #5B5B5B. Windows color (decimal): -10465643 or 9784928. OLE color: 9784928.

HSL color Cylindrical-coordinate representation of color #604E95: hue angle of 255.21º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #604E95 is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9678149-
CMYK0.360.4800.42
HSL255.21º31.28%44.51%-
HSV(B)255.21º47.65%58.43%-
XYZ12.9710.1129.7-
YUV91.48160.46131.23-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.72%
GREEN value IS 78 (30.86% from 255) = 24.15%
BLUE value IS 149 (58.59% from 255) = 46.13%
R=29.72%
G=24.15%
B=46.13%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal96781490.360.4800.42255.2131.2844.51
Hex604E95243002Aff1f2d
Octal14011622544600523773755
Binary110000010011101001010110010011000001010101111111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,78,149); }

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

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

 a { background-color: rgb(96,78,149); }

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

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

 span { border-color: rgb(96,78,149); }

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