#604386

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

Shades of Daisy Bush #604386

Tints of Daisy Bush #604386

Color information

#604386 (or 0x604386) is unknown color: approx Daisy Bush. HEX triplet: 60, 43 and 86. RGB value is (96,67,134). Sum of RGB (Red+Green+Blue) = 96+67+134=297 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.32% from 297); Green value is 67 (26.56% from 255 or 22.56% from 297); Blue value is 134 (52.73% from 255 or 45.12% from 297); Max value from RGB is 134 - color contains mainly: blue. Hex color #604386 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604386 is #9FBC79. Grayscale: #535353. Windows color (decimal): -10468474 or 8799072. OLE color: 8799072.

HSL color Cylindrical-coordinate representation of color #604386: hue angle of 265.97º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #604386 is Cyan = 0.28, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9667134-
CMYK0.280.500.47
HSL265.97º33.33%39.41%-
HSV(B)265.97º50%52.55%-
XYZ11.138.2223.55-
YUV83.31156.61137.05-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.32%
GREEN value IS 67 (26.56% from 255) = 22.56%
BLUE value IS 134 (52.73% from 255) = 45.12%
R=32.32%
G=22.56%
B=45.12%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal96671340.280.500.47265.9733.3339.41
Hex6043861C3202F10a2127
Octal14010320634620574124147
Binary1100000100001110000110111001100100101111100001010100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604386; }

 p { color: rgb(96,67,134); }

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

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

 a { background-color: rgb(96,67,134); }

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

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

 span { border-color: rgb(96,67,134); }

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