#61498D

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

Shades of Daisy Bush #61498D

Tints of Daisy Bush #61498D

Color information

#61498D (or 0x61498D) is unknown color: approx Daisy Bush. HEX triplet: 61, 49 and 8D. RGB value is (97,73,141). Sum of RGB (Red+Green+Blue) = 97+73+141=311 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.19% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 141 (55.47% from 255 or 45.34% from 311); Max value from RGB is 141 - color contains mainly: blue. Hex color #61498D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61498D is #9EB672. Grayscale: #575757. Windows color (decimal): -10401395 or 9259361. OLE color: 9259361.

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

Color convert

RGB9773141-
CMYK0.310.4800.45
HSL261.18º31.78%41.96%-
HSV(B)261.18º48.23%55.29%-
XYZ12.129.2326.34-
YUV87.93157.95134.47-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.19%
GREEN value IS 73 (28.91% from 255) = 23.47%
BLUE value IS 141 (55.47% from 255) = 45.34%
R=31.19%
G=23.47%
B=45.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal97731410.310.4800.45261.1831.7841.96
Hex61498D1F3002D105202a
Octal14111121537600554054052
Binary1100001100100110001101111111100000101101100000101100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61498D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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