#604A8E

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

Shades of Daisy Bush #604A8E

Tints of Daisy Bush #604A8E

Color information

#604A8E (or 0x604A8E) is unknown color: approx Daisy Bush. HEX triplet: 60, 4A and 8E. RGB value is (96,74,142). Sum of RGB (Red+Green+Blue) = 96+74+142=312 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.77% from 312); Green value is 74 (29.30% from 255 or 23.72% from 312); Blue value is 142 (55.86% from 255 or 45.51% from 312); Max value from RGB is 142 - color contains mainly: blue. Hex color #604A8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604A8E is #9FB571. Grayscale: #585858. Windows color (decimal): -10466674 or 9325152. OLE color: 9325152.

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

Color convert

RGB9674142-
CMYK0.320.4800.44
HSL259.41º31.48%42.35%-
HSV(B)259.41º47.89%55.69%-
XYZ12.169.3426.75-
YUV88.33158.29133.47-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.77%
GREEN value IS 74 (29.30% from 255) = 23.72%
BLUE value IS 142 (55.86% from 255) = 45.51%
R=30.77%
G=23.72%
B=45.51%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal96741420.320.4800.44259.4131.4842.35
Hex604A8E203002C1031f2a
Octal14011221640600544033752
Binary1100000100101010001110100000110000010110010000001111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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