#604F88

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

Shades of Butterfly Bush #604F88

Tints of Butterfly Bush #604F88

Color information

#604F88 (or 0x604F88) is unknown color: approx Butterfly Bush. HEX triplet: 60, 4F and 88. RGB value is (96,79,136). Sum of RGB (Red+Green+Blue) = 96+79+136=311 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.87% from 311); Green value is 79 (31.25% from 255 or 25.40% from 311); Blue value is 136 (53.52% from 255 or 43.73% from 311); Max value from RGB is 136 - color contains mainly: blue. Hex color #604F88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #604F88 is #9FB077. Grayscale: #5A5A5A. Windows color (decimal): -10465400 or 8933216. OLE color: 8933216.

HSL color Cylindrical-coordinate representation of color #604F88: hue angle of 257.89º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #604F88 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9679136-
CMYK0.290.4200.47
HSL257.89º26.51%42.16%-
HSV(B)257.89º41.91%53.33%-
XYZ12.069.8624.56-
YUV90.58153.63131.87-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.87%
GREEN value IS 79 (31.25% from 255) = 25.40%
BLUE value IS 136 (53.52% from 255) = 43.73%
R=30.87%
G=25.40%
B=43.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal96791360.290.4200.47257.8926.5142.16
Hex604F881D2A02F1021b2a
Octal14011721035520574023352
Binary110000010011111000100011101101010010111110000001011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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