#613074

Color #613074 Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #613074

Tints of Honey Flower #613074

Color information

#613074 (or 0x613074) is unknown color: approx Honey Flower. HEX triplet: 61, 30 and 74. RGB value is (97,48,116). Sum of RGB (Red+Green+Blue) = 97+48+116=261 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.16% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 116 (45.70% from 255 or 44.44% from 261); Max value from RGB is 116 - color contains mainly: blue. Hex color #613074 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613074 is #9ECF8B. Grayscale: #464646. Windows color (decimal): -10407820 or 7614561. OLE color: 7614561.

HSL color Cylindrical-coordinate representation of color #613074: hue angle of 283.24º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #613074 is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9748116-
CMYK0.160.5900.55
HSL283.24º41.46%32.16%-
HSV(B)283.24º58.62%45.49%-
XYZ9.145.9217.18-
YUV70.4153.73146.97-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.16%
GREEN value IS 48 (19.14% from 255) = 18.39%
BLUE value IS 116 (45.70% from 255) = 44.44%
R=37.16%
G=18.39%
B=44.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal97481160.160.5900.55283.2441.4632.16
Hex613074103B03711b2920
Octal1416016420730674335140
Binary11000011100001110100100001110110110111100011011101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613074; }

 p { color: rgb(97,48,116); }

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

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

 a { background-color: rgb(97,48,116); }

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

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

 span { border-color: rgb(97,48,116); }

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