#61459D

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

Shades of Daisy Bush #61459D

Tints of Daisy Bush #61459D

Color information

#61459D (or 0x61459D) is unknown color: approx Daisy Bush. HEX triplet: 61, 45 and 9D. RGB value is (97,69,157). Sum of RGB (Red+Green+Blue) = 97+69+157=323 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.03% from 323); Green value is 69 (27.34% from 255 or 21.36% from 323); Blue value is 157 (61.72% from 255 or 48.61% from 323); Max value from RGB is 157 - color contains mainly: blue. Hex color #61459D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61459D is #9EBA62. Grayscale: #575757. Windows color (decimal): -10402403 or 10306913. OLE color: 10306913.

HSL color Cylindrical-coordinate representation of color #61459D: hue angle of 259.09º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61459D is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9769157-
CMYK0.380.5600.38
HSL259.09º38.94%44.31%-
HSV(B)259.09º56.05%61.57%-
XYZ13.149.2332.99-
YUV87.4167.28134.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.03%
GREEN value IS 69 (27.34% from 255) = 21.36%
BLUE value IS 157 (61.72% from 255) = 48.61%
R=30.03%
G=21.36%
B=48.61%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal97691570.380.5600.38259.0938.9444.31
Hex61459D2638026103272c
Octal14110523546700464034754
Binary11000011000101100111011001101110000100110100000011100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61459D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,69,157); }

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

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

 a { background-color: rgb(97,69,157); }

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

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

 span { border-color: rgb(97,69,157); }

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