#61468C

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

Shades of Daisy Bush #61468C

Tints of Daisy Bush #61468C

Color information

#61468C (or 0x61468C) is unknown color: approx Daisy Bush. HEX triplet: 61, 46 and 8C. RGB value is (97,70,140). Sum of RGB (Red+Green+Blue) = 97+70+140=307 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.60% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 140 (55.08% from 255 or 45.60% from 307); Max value from RGB is 140 - color contains mainly: blue. Hex color #61468C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61468C is #9EB973. Grayscale: #555555. Windows color (decimal): -10402164 or 9193057. OLE color: 9193057.

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

Color convert

RGB9770140-
CMYK0.310.5000.45
HSL263.14º33.33%41.18%-
HSV(B)263.14º50%54.9%-
XYZ11.858.8225.89-
YUV86.05158.45135.81-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.60%
GREEN value IS 70 (27.73% from 255) = 22.80%
BLUE value IS 140 (55.08% from 255) = 45.60%
R=31.60%
G=22.80%
B=45.60%

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
Decimal97701400.310.5000.45263.1433.3341.18
Hex61468C1F3202D1072129
Octal14110621437620554074151
Binary1100001100011010001100111111100100101101100000111100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61468C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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