#61479A

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

Shades of Daisy Bush #61479A

Tints of Daisy Bush #61479A

Color information

#61479A (or 0x61479A) is unknown color: approx Daisy Bush. HEX triplet: 61, 47 and 9A. RGB value is (97,71,154). Sum of RGB (Red+Green+Blue) = 97+71+154=322 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.12% from 322); Green value is 71 (28.12% from 255 or 22.05% from 322); Blue value is 154 (60.55% from 255 or 47.83% from 322); Max value from RGB is 154 - color contains mainly: blue. Hex color #61479A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61479A is #9EB865. Grayscale: #575757. Windows color (decimal): -10401894 or 10110817. OLE color: 10110817.

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

Color convert

RGB9771154-
CMYK0.370.5400.40
HSL258.8º36.89%44.12%-
HSV(B)258.8º53.9%60.39%-
XYZ13.029.3831.7-
YUV88.24165.11134.25-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.12%
GREEN value IS 71 (28.12% from 255) = 22.05%
BLUE value IS 154 (60.55% from 255) = 47.83%
R=30.12%
G=22.05%
B=47.83%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal97711540.370.5400.40258.836.8944.12
Hex61479A2536028103252c
Octal14110723245660504034554
Binary11000011000111100110101001011101100101000100000011100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61479A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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