#604685

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

Shades of Daisy Bush #604685

Tints of Daisy Bush #604685

Color information

#604685 (or 0x604685) is unknown color: approx Daisy Bush. HEX triplet: 60, 46 and 85. RGB value is (96,70,133). Sum of RGB (Red+Green+Blue) = 96+70+133=299 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.11% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 133 (52.34% from 255 or 44.48% from 299); Max value from RGB is 133 - color contains mainly: blue. Hex color #604685 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604685 is #9FB97A. Grayscale: #545454. Windows color (decimal): -10467707 or 8734304. OLE color: 8734304.

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

Color convert

RGB9670133-
CMYK0.280.4700.48
HSL264.76º31.03%39.8%-
HSV(B)264.76º47.37%52.16%-
XYZ11.258.5623.25-
YUV84.96155.11135.88-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.11%
GREEN value IS 70 (27.73% from 255) = 23.41%
BLUE value IS 133 (52.34% from 255) = 44.48%
R=32.11%
G=23.41%
B=44.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal96701330.280.4700.48264.7631.0339.8
Hex6046851C2F0301091f28
Octal14010620534570604113750
Binary110000010001101000010111100101111011000010000100111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604685; }

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

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

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

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

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

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

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

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