#61416D

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

Shades of Honey Flower #61416D

Tints of Honey Flower #61416D

Color information

#61416D (or 0x61416D) is unknown color: approx Honey Flower. HEX triplet: 61, 41 and 6D. RGB value is (97,65,109). Sum of RGB (Red+Green+Blue) = 97+65+109=271 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.79% from 271); Green value is 65 (25.78% from 255 or 23.99% from 271); Blue value is 109 (42.97% from 255 or 40.22% from 271); Max value from RGB is 109 - color contains mainly: blue. Hex color #61416D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61416D is #9EBE92. Grayscale: #4F4F4F. Windows color (decimal): -10403475 or 7160161. OLE color: 7160161.

HSL color Cylindrical-coordinate representation of color #61416D: hue angle of 283.64º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #61416D is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9765109-
CMYK0.110.4000.57
HSL283.64º25.29%34.12%-
HSV(B)283.64º40.37%42.75%-
XYZ9.587.4315.4-
YUV79.58144.6140.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.79%
GREEN value IS 65 (25.78% from 255) = 23.99%
BLUE value IS 109 (42.97% from 255) = 40.22%
R=35.79%
G=23.99%
B=40.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal97651090.110.4000.57283.6425.2934.12
Hex61416DB2803911c1922
Octal14110115513500714343142
Binary1100001100000111011011011101000011100110001110011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61416D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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