#604485

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

Shades of Daisy Bush #604485

Tints of Daisy Bush #604485

Color information

#604485 (or 0x604485) is unknown color: approx Daisy Bush. HEX triplet: 60, 44 and 85. RGB value is (96,68,133). Sum of RGB (Red+Green+Blue) = 96+68+133=297 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.32% from 297); Green value is 68 (26.95% from 255 or 22.90% from 297); Blue value is 133 (52.34% from 255 or 44.78% from 297); Max value from RGB is 133 - color contains mainly: blue. Hex color #604485 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604485 is #9FBB7A. Grayscale: #535353. Windows color (decimal): -10468219 or 8733792. OLE color: 8733792.

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

Color convert

RGB9668133-
CMYK0.280.4900.48
HSL265.85º32.34%39.41%-
HSV(B)265.85º48.87%52.16%-
XYZ11.128.3123.21-
YUV83.78155.78136.71-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.32%
GREEN value IS 68 (26.95% from 255) = 22.90%
BLUE value IS 133 (52.34% from 255) = 44.78%
R=32.32%
G=22.90%
B=44.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal96681330.280.4900.48265.8532.3439.41
Hex6044851C3103010a2027
Octal14010420534610604124047
Binary1100000100010010000101111001100010110000100001010100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604485; }

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

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

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

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

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

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

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

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