#604285

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

Shades of Daisy Bush #604285

Tints of Daisy Bush #604285

Color information

#604285 (or 0x604285) is unknown color: approx Daisy Bush. HEX triplet: 60, 42 and 85. RGB value is (96,66,133). Sum of RGB (Red+Green+Blue) = 96+66+133=295 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.54% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 133 (52.34% from 255 or 45.08% from 295); Max value from RGB is 133 - color contains mainly: blue. Hex color #604285 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604285 is #9FBD7A. Grayscale: #525252. Windows color (decimal): -10468731 or 8733280. OLE color: 8733280.

HSL color Cylindrical-coordinate representation of color #604285: hue angle of 266.87º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #604285 is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9666133-
CMYK0.280.5000.48
HSL266.87º33.67%39.02%-
HSV(B)266.87º50.38%52.16%-
XYZ11.018.0823.17-
YUV82.61156.44137.55-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.54%
GREEN value IS 66 (26.17% from 255) = 22.37%
BLUE value IS 133 (52.34% from 255) = 45.08%
R=32.54%
G=22.37%
B=45.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal96661330.280.5000.48266.8733.6739.02
Hex6042851C3203010b2227
Octal14010220534620604134247
Binary1100000100001010000101111001100100110000100001011100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604285; }

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

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

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

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

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

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

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

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