#61458A

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

Shades of Daisy Bush #61458A

Tints of Daisy Bush #61458A

Color information

#61458A (or 0x61458A) is unknown color: approx Daisy Bush. HEX triplet: 61, 45 and 8A. RGB value is (97,69,138). Sum of RGB (Red+Green+Blue) = 97+69+138=304 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.91% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 138 (54.30% from 255 or 45.39% from 304); Max value from RGB is 138 - color contains mainly: blue. Hex color #61458A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61458A is #9EBA75. Grayscale: #545454. Windows color (decimal): -10402422 or 9061729. OLE color: 9061729.

HSL color Cylindrical-coordinate representation of color #61458A: hue angle of 264.35º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #61458A is Cyan = 0.30, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9769138-
CMYK0.300.500.46
HSL264.35º33.33%40.59%-
HSV(B)264.35º50%54.12%-
XYZ11.658.6325.1-
YUV85.24157.78136.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.91%
GREEN value IS 69 (27.34% from 255) = 22.70%
BLUE value IS 138 (54.30% from 255) = 45.39%
R=31.91%
G=22.70%
B=45.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal97691380.300.500.46264.3533.3340.59
Hex61458A1E3202E1082129
Octal14110521236620564104151
Binary1100001100010110001010111101100100101110100001000100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61458A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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