#604F99

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

Shades of Butterfly Bush #604F99

Tints of Butterfly Bush #604F99

Color information

#604F99 (or 0x604F99) is unknown color: approx Butterfly Bush. HEX triplet: 60, 4F and 99. RGB value is (96,79,153). Sum of RGB (Red+Green+Blue) = 96+79+153=328 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.27% from 328); Green value is 79 (31.25% from 255 or 24.09% from 328); Blue value is 153 (60.16% from 255 or 46.65% from 328); Max value from RGB is 153 - color contains mainly: blue. Hex color #604F99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #604F99 is #9FB066. Grayscale: #5C5C5C. Windows color (decimal): -10465383 or 10047328. OLE color: 10047328.

HSL color Cylindrical-coordinate representation of color #604F99: hue angle of 253.78º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #604F99 is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB9679153-
CMYK0.370.4800.4
HSL253.78º31.9%45.49%-
HSV(B)253.78º48.37%60%-
XYZ13.3710.3831.44-
YUV92.52162.13130.48-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.27%
GREEN value IS 79 (31.25% from 255) = 24.09%
BLUE value IS 153 (60.16% from 255) = 46.65%
R=29.27%
G=24.09%
B=46.65%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal96791530.370.4800.4253.7831.945.49
Hex604F992530028fe202d
Octal14011723145600503764055
Binary1100000100111110011001100101110000010100011111110100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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