#604086

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

Shades of Daisy Bush #604086

Tints of Daisy Bush #604086

Color information

#604086 (or 0x604086) is unknown color: approx Daisy Bush. HEX triplet: 60, 40 and 86. RGB value is (96,64,134). Sum of RGB (Red+Green+Blue) = 96+64+134=294 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.65% from 294); Green value is 64 (25.39% from 255 or 21.77% from 294); Blue value is 134 (52.73% from 255 or 45.58% from 294); Max value from RGB is 134 - color contains mainly: blue. Hex color #604086 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604086 is #9FBF79. Grayscale: #515151. Windows color (decimal): -10469242 or 8798304. OLE color: 8798304.

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

Color convert

RGB9664134-
CMYK0.280.5200.47
HSL267.43º35.35%38.82%-
HSV(B)267.43º52.24%52.55%-
XYZ10.967.8723.5-
YUV81.55157.6138.31-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.65%
GREEN value IS 64 (25.39% from 255) = 21.77%
BLUE value IS 134 (52.73% from 255) = 45.58%
R=32.65%
G=21.77%
B=45.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal96641340.280.5200.47267.4335.3538.82
Hex6040861C3402F10b2327
Octal14010020634640574134347
Binary1100000100000010000110111001101000101111100001011100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604086; }

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

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

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

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

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

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

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

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