#604092

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

Shades of Daisy Bush #604092

Tints of Daisy Bush #604092

Color information

#604092 (or 0x604092) is unknown color: approx Daisy Bush. HEX triplet: 60, 40 and 92. RGB value is (96,64,146). Sum of RGB (Red+Green+Blue) = 96+64+146=306 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.37% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 146 (57.42% from 255 or 47.71% from 306); Max value from RGB is 146 - color contains mainly: blue. Hex color #604092 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604092 is #9FBF6D. Grayscale: #525252. Windows color (decimal): -10469230 or 9584736. OLE color: 9584736.

HSL color Cylindrical-coordinate representation of color #604092: hue angle of 263.41º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #604092 is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9664146-
CMYK0.340.5600.43
HSL263.41º39.05%41.18%-
HSV(B)263.41º56.16%57.25%-
XYZ11.858.2328.16-
YUV82.92163.6137.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.37%
GREEN value IS 64 (25.39% from 255) = 20.92%
BLUE value IS 146 (57.42% from 255) = 47.71%
R=31.37%
G=20.92%
B=47.71%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal96641460.340.5600.43263.4139.0541.18
Hex604092223802B1072729
Octal14010022242700534074751
Binary11000001000000100100101000101110000101011100000111100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604092; }

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

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

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

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

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

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

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

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