#61488d

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

Shades of Daisy Bush #61488D

Tints of Daisy Bush #61488D

Color information

#61488D (or 0x61488D) is unknown color: approx Daisy Bush. HEX triplet: 61, 48 and 8D. RGB value is (97,72,141). Sum of RGB (Red+Green+Blue) = 97+72+141=310 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.29% from 310); Green value is 72 (28.52% from 255 or 23.23% from 310); Blue value is 141 (55.47% from 255 or 45.48% from 310); Max value from RGB is 141 - color contains mainly: blue. Hex color #61488D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61488D is #9EB772. Grayscale: #575757. Windows color (decimal): -10401651 or 9259105. OLE color: 9259105.

HSL color Cylindrical-coordinate representation of color #61488D: hue angle of 261.74º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #61488D is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9772141-
CMYK0.310.4900.45
HSL261.74º32.39%41.76%-
HSV(B)261.74º48.94%55.29%-
XYZ12.059.126.32-
YUV87.34158.28134.89-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.29%
GREEN value IS 72 (28.52% from 255) = 23.23%
BLUE value IS 141 (55.47% from 255) = 45.48%
R=31.29%
G=23.23%
B=45.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal97721410.310.4900.45261.7432.3941.76
Hex61488D1F3102D106202a
Octal14111021537610554064052
Binary1100001100100010001101111111100010101101100000110100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61488d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61488d; }

 p { color: rgb(97,72,141); }

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

<style>
 a { background-color: #61488d; }

 a { background-color: rgb(97,72,141); }

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

<style>
 span { border-color: #61488d; }

 span { border-color: rgb(97,72,141); }

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