#604885

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

Shades of Daisy Bush #604885

Tints of Daisy Bush #604885

Color information

#604885 (or 0x604885) is unknown color: approx Daisy Bush. HEX triplet: 60, 48 and 85. RGB value is (96,72,133). Sum of RGB (Red+Green+Blue) = 96+72+133=301 (39% of max value = 765). Red value is 96 (37.89% from 255 or 31.89% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 133 (52.34% from 255 or 44.19% from 301); Max value from RGB is 133 - color contains mainly: blue. Hex color #604885 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604885 is #9FB77A. Grayscale: #555555. Windows color (decimal): -10467195 or 8734816. OLE color: 8734816.

HSL color Cylindrical-coordinate representation of color #604885: hue angle of 263.61º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #604885 is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9672133-
CMYK0.280.4600.48
HSL263.61º29.76%40.2%-
HSV(B)263.61º45.86%52.16%-
XYZ11.378.8123.29-
YUV86.13154.45135.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.89%
GREEN value IS 72 (28.52% from 255) = 23.92%
BLUE value IS 133 (52.34% from 255) = 44.19%
R=31.89%
G=23.92%
B=44.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal96721330.280.4600.48263.6129.7640.2
Hex6048851C2E0301081e28
Octal14011020534560604103650
Binary110000010010001000010111100101110011000010000100011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604885; }

 p { color: rgb(96,72,133); }

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

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

 a { background-color: rgb(96,72,133); }

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

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

 span { border-color: rgb(96,72,133); }

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