#604883

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

Shades of Daisy Bush #604883

Tints of Daisy Bush #604883

Color information

#604883 (or 0x604883) is unknown color: approx Daisy Bush. HEX triplet: 60, 48 and 83. RGB value is (96,72,131). Sum of RGB (Red+Green+Blue) = 96+72+131=299 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.11% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 131 (51.56% from 255 or 43.81% from 299); Max value from RGB is 131 - color contains mainly: blue. Hex color #604883 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604883 is #9FB77C. Grayscale: #555555. Windows color (decimal): -10467197 or 8603744. OLE color: 8603744.

HSL color Cylindrical-coordinate representation of color #604883: hue angle of 264.41º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #604883 is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9672131-
CMYK0.270.4500.49
HSL264.41º29.06%39.8%-
HSV(B)264.41º45.04%51.37%-
XYZ11.248.7622.57-
YUV85.9153.45135.2-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.11%
GREEN value IS 72 (28.52% from 255) = 24.08%
BLUE value IS 131 (51.56% from 255) = 43.81%
R=32.11%
G=24.08%
B=43.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal96721310.270.4500.49264.4129.0639.8
Hex6048831B2D0311081d28
Octal14011020333550614103550
Binary110000010010001000001111011101101011000110000100011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604883; }

 p { color: rgb(96,72,131); }

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

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

 a { background-color: rgb(96,72,131); }

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

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

 span { border-color: rgb(96,72,131); }

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