#613374

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

Shades of Honey Flower #613374

Tints of Honey Flower #613374

Color information

#613374 (or 0x613374) is unknown color: approx Honey Flower. HEX triplet: 61, 33 and 74. RGB value is (97,51,116). Sum of RGB (Red+Green+Blue) = 97+51+116=264 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.74% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 116 (45.70% from 255 or 43.94% from 264); Max value from RGB is 116 - color contains mainly: blue. Hex color #613374 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613374 is #9ECC8B. Grayscale: #474747. Windows color (decimal): -10407052 or 7615329. OLE color: 7615329.

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

Color convert

RGB9751116-
CMYK0.160.5600.55
HSL282.46º38.92%32.75%-
HSV(B)282.46º56.03%45.49%-
XYZ9.276.1717.23-
YUV72.16152.74145.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.74%
GREEN value IS 51 (20.31% from 255) = 19.32%
BLUE value IS 116 (45.70% from 255) = 43.94%
R=36.74%
G=19.32%
B=43.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal97511160.160.5600.55282.4638.9232.75
Hex613374103803711a2721
Octal1416316420700674324741
Binary11000011100111110100100001110000110111100011010100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613374; }

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

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

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

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

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

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

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

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