#61458B

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

Shades of Daisy Bush #61458B

Tints of Daisy Bush #61458B

Color information

#61458B (or 0x61458B) is unknown color: approx Daisy Bush. HEX triplet: 61, 45 and 8B. RGB value is (97,69,139). Sum of RGB (Red+Green+Blue) = 97+69+139=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 69 (27.34% from 255 or 22.62% from 305); Blue value is 139 (54.69% from 255 or 45.57% from 305); Max value from RGB is 139 - color contains mainly: blue. Hex color #61458B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61458B is #9EBA74. Grayscale: #555555. Windows color (decimal): -10402421 or 9127265. OLE color: 9127265.

HSL color Cylindrical-coordinate representation of color #61458B: hue angle of 264º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #61458B is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9769139-
CMYK0.300.5000.45
HSL264º33.65%40.78%-
HSV(B)264º50.36%54.51%-
XYZ11.728.6625.48-
YUV85.35158.28136.31-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.80%
GREEN value IS 69 (27.34% from 255) = 22.62%
BLUE value IS 139 (54.69% from 255) = 45.57%
R=31.80%
G=22.62%
B=45.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal97691390.300.5000.4526433.6540.78
Hex61458B1E3202D1082229
Octal14110521336620554104251
Binary1100001100010110001011111101100100101101100001000100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61458B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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