#61498B

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

Shades of Daisy Bush #61498B

Tints of Daisy Bush #61498B

Color information

#61498B (or 0x61498B) is unknown color: approx Daisy Bush. HEX triplet: 61, 49 and 8B. RGB value is (97,73,139). Sum of RGB (Red+Green+Blue) = 97+73+139=309 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.39% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 139 (54.69% from 255 or 44.98% from 309); Max value from RGB is 139 - color contains mainly: blue. Hex color #61498B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61498B is #9EB674. Grayscale: #575757. Windows color (decimal): -10401397 or 9128289. OLE color: 9128289.

HSL color Cylindrical-coordinate representation of color #61498B: hue angle of 261.82º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #61498B is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9773139-
CMYK0.300.4700.45
HSL261.82º31.13%41.57%-
HSV(B)261.82º47.48%54.51%-
XYZ11.979.1725.57-
YUV87.7156.95134.63-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.39%
GREEN value IS 73 (28.91% from 255) = 23.62%
BLUE value IS 139 (54.69% from 255) = 44.98%
R=31.39%
G=23.62%
B=44.98%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal97731390.300.4700.45261.8231.1341.57
Hex61498B1E2F02D1061f2a
Octal14111121336570554063752
Binary110000110010011000101111110101111010110110000011011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61498B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,73,139); }

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

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

 a { background-color: rgb(97,73,139); }

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

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

 span { border-color: rgb(97,73,139); }

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