#61468D

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

Shades of Daisy Bush #61468D

Tints of Daisy Bush #61468D

Color information

#61468D (or 0x61468D) is unknown color: approx Daisy Bush. HEX triplet: 61, 46 and 8D. RGB value is (97,70,141). Sum of RGB (Red+Green+Blue) = 97+70+141=308 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.49% from 308); Green value is 70 (27.73% from 255 or 22.73% from 308); Blue value is 141 (55.47% from 255 or 45.78% from 308); Max value from RGB is 141 - color contains mainly: blue. Hex color #61468D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61468D is #9EB972. Grayscale: #555555. Windows color (decimal): -10402163 or 9258593. OLE color: 9258593.

HSL color Cylindrical-coordinate representation of color #61468D: hue angle of 262.82º 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 #61468D is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9770141-
CMYK0.310.5000.45
HSL262.82º33.65%41.37%-
HSV(B)262.82º50.35%55.29%-
XYZ11.938.8426.28-
YUV86.17158.95135.73-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.49%
GREEN value IS 70 (27.73% from 255) = 22.73%
BLUE value IS 141 (55.47% from 255) = 45.78%
R=31.49%
G=22.73%
B=45.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal97701410.310.5000.45262.8233.6541.37
Hex61468D1F3202D1072229
Octal14110621537620554074251
Binary1100001100011010001101111111100100101101100000111100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61468D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61468D; }

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

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

<style>
 a { background-color: #61468D; }

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

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

<style>
 span { border-color: #61468D; }

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

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