#61489B

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

Shades of Daisy Bush #61489B

Tints of Daisy Bush #61489B

Color information

#61489B (or 0x61489B) is unknown color: approx Daisy Bush. HEX triplet: 61, 48 and 9B. RGB value is (97,72,155). Sum of RGB (Red+Green+Blue) = 97+72+155=324 (42% of max value = 765). Red value is 97 (38.28% from 255 or 29.94% from 324); Green value is 72 (28.52% from 255 or 22.22% from 324); Blue value is 155 (60.94% from 255 or 47.84% from 324); Max value from RGB is 155 - color contains mainly: blue. Hex color #61489B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61489B is #9EB764. Grayscale: #585858. Windows color (decimal): -10401637 or 10176609. OLE color: 10176609.

HSL color Cylindrical-coordinate representation of color #61489B: hue angle of 258.07º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61489B is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9772155-
CMYK0.370.5400.39
HSL258.07º36.56%44.51%-
HSV(B)258.07º53.55%60.78%-
XYZ13.169.5432.16-
YUV88.94165.28133.75-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.94%
GREEN value IS 72 (28.52% from 255) = 22.22%
BLUE value IS 155 (60.94% from 255) = 47.84%
R=29.94%
G=22.22%
B=47.84%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal97721550.370.5400.39258.0736.5644.51
Hex61489B2536027102252d
Octal14111023345660474024555
Binary11000011001000100110111001011101100100111100000010100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61489B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61489B; }

 p { color: rgb(97,72,155); }

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

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

 a { background-color: rgb(97,72,155); }

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

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

 span { border-color: rgb(97,72,155); }

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