#604484

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

Shades of Daisy Bush #604484

Tints of Daisy Bush #604484

Color information

#604484 (or 0x604484) is unknown color: approx Daisy Bush. HEX triplet: 60, 44 and 84. RGB value is (96,68,132). Sum of RGB (Red+Green+Blue) = 96+68+132=296 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.43% from 296); Green value is 68 (26.95% from 255 or 22.97% from 296); Blue value is 132 (51.95% from 255 or 44.59% from 296); Max value from RGB is 132 - color contains mainly: blue. Hex color #604484 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604484 is #9FBB7B. Grayscale: #535353. Windows color (decimal): -10468220 or 8668256. OLE color: 8668256.

HSL color Cylindrical-coordinate representation of color #604484: hue angle of 266.25º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #604484 is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9668132-
CMYK0.270.4800.48
HSL266.25º32%39.22%-
HSV(B)266.25º48.48%51.76%-
XYZ11.068.2922.85-
YUV83.67155.28136.8-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.43%
GREEN value IS 68 (26.95% from 255) = 22.97%
BLUE value IS 132 (51.95% from 255) = 44.59%
R=32.43%
G=22.97%
B=44.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal96681320.270.4800.48266.253239.22
Hex6044841B3003010a2027
Octal14010420433600604124047
Binary1100000100010010000100110111100000110000100001010100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604484; }

 p { color: rgb(96,68,132); }

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

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

 a { background-color: rgb(96,68,132); }

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

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

 span { border-color: rgb(96,68,132); }

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