#604193

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

Shades of Daisy Bush #604193

Tints of Daisy Bush #604193

Color information

#604193 (or 0x604193) is unknown color: approx Daisy Bush. HEX triplet: 60, 41 and 93. RGB value is (96,65,147). Sum of RGB (Red+Green+Blue) = 96+65+147=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 147 (57.81% from 255 or 47.73% from 308); Max value from RGB is 147 - color contains mainly: blue. Hex color #604193 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604193 is #9FBE6C. Grayscale: #535353. Windows color (decimal): -10468973 or 9650528. OLE color: 9650528.

HSL color Cylindrical-coordinate representation of color #604193: hue angle of 262.68º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #604193 is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9665147-
CMYK0.350.5600.42
HSL262.68º38.68%41.57%-
HSV(B)262.68º55.78%57.65%-
XYZ11.988.3728.59-
YUV83.62163.77136.83-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.17%
GREEN value IS 65 (25.78% from 255) = 21.10%
BLUE value IS 147 (57.81% from 255) = 47.73%
R=31.17%
G=21.10%
B=47.73%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal96651470.350.5600.42262.6838.6841.57
Hex604193233802A107272a
Octal14010122343700524074752
Binary11000001000001100100111000111110000101010100000111100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604193; }

 p { color: rgb(96,65,147); }

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

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

 a { background-color: rgb(96,65,147); }

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

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

 span { border-color: rgb(96,65,147); }

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