#61396D

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

Shades of Honey Flower #61396D

Tints of Honey Flower #61396D

Color information

#61396D (or 0x61396D) is unknown color: approx Honey Flower. HEX triplet: 61, 39 and 6D. RGB value is (97,57,109). Sum of RGB (Red+Green+Blue) = 97+57+109=263 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.88% from 263); Green value is 57 (22.66% from 255 or 21.67% from 263); Blue value is 109 (42.97% from 255 or 41.44% from 263); Max value from RGB is 109 - color contains mainly: blue. Hex color #61396D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61396D is #9EC692. Grayscale: #4A4A4A. Windows color (decimal): -10405523 or 7158113. OLE color: 7158113.

HSL color Cylindrical-coordinate representation of color #61396D: hue angle of 286.15º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #61396D is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9757109-
CMYK0.110.4800.57
HSL286.15º31.33%32.55%-
HSV(B)286.15º47.71%42.75%-
XYZ9.156.5715.25-
YUV74.89147.25143.77-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.88%
GREEN value IS 57 (22.66% from 255) = 21.67%
BLUE value IS 109 (42.97% from 255) = 41.44%
R=36.88%
G=21.67%
B=41.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal97571090.110.4800.57286.1531.3332.55
Hex61396DB3003911e1f21
Octal1417115513600714363741
Binary110000111100111011011011110000011100110001111011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61396D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,57,109); }

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

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

 a { background-color: rgb(97,57,109); }

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

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

 span { border-color: rgb(97,57,109); }

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