#61408A

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

Shades of Daisy Bush #61408A

Tints of Daisy Bush #61408A

Color information

#61408A (or 0x61408A) is unknown color: approx Daisy Bush. HEX triplet: 61, 40 and 8A. RGB value is (97,64,138). Sum of RGB (Red+Green+Blue) = 97+64+138=299 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.44% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 138 (54.30% from 255 or 46.15% from 299); Max value from RGB is 138 - color contains mainly: blue. Hex color #61408A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61408A is #9EBF75. Grayscale: #525252. Windows color (decimal): -10403702 or 9060449. OLE color: 9060449.

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

Color convert

RGB9764138-
CMYK0.300.5400.46
HSL266.76º36.63%39.61%-
HSV(B)266.76º53.62%54.12%-
XYZ11.358.0425-
YUV82.3159.43138.48-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.44%
GREEN value IS 64 (25.39% from 255) = 21.40%
BLUE value IS 138 (54.30% from 255) = 46.15%
R=32.44%
G=21.40%
B=46.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal97641380.300.5400.46266.7636.6339.61
Hex61408A1E3602E10b2528
Octal14110021236660564134550
Binary1100001100000010001010111101101100101110100001011100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61408A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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