#61499B

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

Shades of Daisy Bush #61499B

Tints of Daisy Bush #61499B

Color information

#61499B (or 0x61499B) is unknown color: approx Daisy Bush. HEX triplet: 61, 49 and 9B. RGB value is (97,73,155). Sum of RGB (Red+Green+Blue) = 97+73+155=325 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.85% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 155 - color contains mainly: blue. Hex color #61499B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61499B is #9EB664. Grayscale: #595959. Windows color (decimal): -10401381 or 10176865. OLE color: 10176865.

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

Color convert

RGB9773155-
CMYK0.370.5300.39
HSL257.56º35.96%44.71%-
HSV(B)257.56º52.9%60.78%-
XYZ13.239.6732.18-
YUV89.52164.95133.33-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.85%
GREEN value IS 73 (28.91% from 255) = 22.46%
BLUE value IS 155 (60.94% from 255) = 47.69%
R=29.85%
G=22.46%
B=47.69%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal97731550.370.5300.39257.5635.9644.71
Hex61499B2535027102242d
Octal14111123345650474024455
Binary11000011001001100110111001011101010100111100000010100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61499B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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