#61478C

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

Shades of Daisy Bush #61478C

Tints of Daisy Bush #61478C

Color information

#61478C (or 0x61478C) is unknown color: approx Daisy Bush. HEX triplet: 61, 47 and 8C. RGB value is (97,71,140). Sum of RGB (Red+Green+Blue) = 97+71+140=308 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.49% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 140 (55.08% from 255 or 45.45% from 308); Max value from RGB is 140 - color contains mainly: blue. Hex color #61478C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61478C is #9EB873. Grayscale: #565656. Windows color (decimal): -10401908 or 9193313. OLE color: 9193313.

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

Color convert

RGB9771140-
CMYK0.310.4900.45
HSL262.61º32.7%41.37%-
HSV(B)262.61º49.29%54.9%-
XYZ11.928.9425.91-
YUV86.64158.11135.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.49%
GREEN value IS 71 (28.12% from 255) = 23.05%
BLUE value IS 140 (55.08% from 255) = 45.45%
R=31.49%
G=23.05%
B=45.45%

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
Decimal97711400.310.4900.45262.6132.741.37
Hex61478C1F3102D1072129
Octal14110721437610554074151
Binary1100001100011110001100111111100010101101100000111100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61478C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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