#61408B

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

Shades of Daisy Bush #61408B

Tints of Daisy Bush #61408B

Color information

#61408B (or 0x61408B) is unknown color: approx Daisy Bush. HEX triplet: 61, 40 and 8B. RGB value is (97,64,139). Sum of RGB (Red+Green+Blue) = 97+64+139=300 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.33% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 139 (54.69% from 255 or 46.33% from 300); Max value from RGB is 139 - color contains mainly: blue. Hex color #61408B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61408B is #9EBF74. Grayscale: #525252. Windows color (decimal): -10403701 or 9125985. OLE color: 9125985.

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

Color convert

RGB9764139-
CMYK0.300.5400.45
HSL266.4º36.95%39.8%-
HSV(B)266.4º53.96%54.51%-
XYZ11.428.0725.38-
YUV82.42159.93138.4-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.33%
GREEN value IS 64 (25.39% from 255) = 21.33%
BLUE value IS 139 (54.69% from 255) = 46.33%
R=32.33%
G=21.33%
B=46.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal97641390.300.5400.45266.436.9539.8
Hex61408B1E3602D10a2528
Octal14110021336660554124550
Binary1100001100000010001011111101101100101101100001010100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61408B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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