#604F90

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

Shades of Butterfly Bush #604F90

Tints of Butterfly Bush #604F90

Color information

#604F90 (or 0x604F90) is unknown color: approx Butterfly Bush. HEX triplet: 60, 4F and 90. RGB value is (96,79,144). Sum of RGB (Red+Green+Blue) = 96+79+144=319 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.09% from 319); Green value is 79 (31.25% from 255 or 24.76% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 144 - color contains mainly: blue. Hex color #604F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #604F90 is #9FB06F. Grayscale: #5B5B5B. Windows color (decimal): -10465392 or 9457504. OLE color: 9457504.

HSL color Cylindrical-coordinate representation of color #604F90: hue angle of 255.69º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #604F90 is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9679144-
CMYK0.330.4500.44
HSL255.69º29.15%43.73%-
HSV(B)255.69º45.14%56.47%-
XYZ12.6510.0927.67-
YUV91.49157.63131.21-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.09%
GREEN value IS 79 (31.25% from 255) = 24.76%
BLUE value IS 144 (56.64% from 255) = 45.14%
R=30.09%
G=24.76%
B=45.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal96791440.330.4500.44255.6929.1543.73
Hex604F90212D02C1001d2c
Octal14011722041550544003554
Binary1100000100111110010000100001101101010110010000000011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,79,144); }

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

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

 a { background-color: rgb(96,79,144); }

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

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

 span { border-color: rgb(96,79,144); }

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