#61489A

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

Shades of Daisy Bush #61489A

Tints of Daisy Bush #61489A

Color information

#61489A (or 0x61489A) is unknown color: approx Daisy Bush. HEX triplet: 61, 48 and 9A. RGB value is (97,72,154). Sum of RGB (Red+Green+Blue) = 97+72+154=323 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.03% from 323); Green value is 72 (28.52% from 255 or 22.29% from 323); Blue value is 154 (60.55% from 255 or 47.68% from 323); Max value from RGB is 154 - color contains mainly: blue. Hex color #61489A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61489A is #9EB765. Grayscale: #585858. Windows color (decimal): -10401638 or 10111073. OLE color: 10111073.

HSL color Cylindrical-coordinate representation of color #61489A: hue angle of 258.29º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61489A is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9772154-
CMYK0.370.5300.40
HSL258.29º36.28%44.31%-
HSV(B)258.29º53.25%60.39%-
XYZ13.089.5131.72-
YUV88.82164.78133.83-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.03%
GREEN value IS 72 (28.52% from 255) = 22.29%
BLUE value IS 154 (60.55% from 255) = 47.68%
R=30.03%
G=22.29%
B=47.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal97721540.370.5300.40258.2936.2844.31
Hex61489A2535028102242c
Octal14111023245650504024454
Binary11000011001000100110101001011101010101000100000010100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61489A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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