#604AA0

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

Shades of Daisy Bush #604AA0

Tints of Daisy Bush #604AA0

Color information

#604AA0 (or 0x604AA0) is unknown color: approx Daisy Bush. HEX triplet: 60, 4A and A0. RGB value is (96,74,160). Sum of RGB (Red+Green+Blue) = 96+74+160=330 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.09% from 330); Green value is 74 (29.30% from 255 or 22.42% from 330); Blue value is 160 (62.89% from 255 or 48.48% from 330); Max value from RGB is 160 - color contains mainly: blue. Hex color #604AA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604AA0 is #9FB55F. Grayscale: #5A5A5A. Windows color (decimal): -10466656 or 10504800. OLE color: 10504800.

HSL color Cylindrical-coordinate representation of color #604AA0: hue angle of 255.35º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #604AA0 is Cyan = 0.4, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB9674160-
CMYK0.40.5400.37
HSL255.35º36.75%45.88%-
HSV(B)255.35º53.75%62.75%-
XYZ13.629.9234.46-
YUV90.38167.29132.01-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.09%
GREEN value IS 74 (29.30% from 255) = 22.42%
BLUE value IS 160 (62.89% from 255) = 48.48%
R=29.09%
G=22.42%
B=48.48%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal96741600.40.5400.37255.3536.7545.88
Hex604AA02836025ff252e
Octal14011224050660453774556
Binary1100000100101010100000101000110110010010111111111100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,74,160); }

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

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

 a { background-color: rgb(96,74,160); }

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

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

 span { border-color: rgb(96,74,160); }

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