#61496D

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

Shades of Honey Flower #61496D

Tints of Honey Flower #61496D

Color information

#61496D (or 0x61496D) is unknown color: approx Honey Flower. HEX triplet: 61, 49 and 6D. RGB value is (97,73,109). Sum of RGB (Red+Green+Blue) = 97+73+109=279 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.77% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 109 (42.97% from 255 or 39.07% from 279); Max value from RGB is 109 - color contains mainly: blue. Hex color #61496D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61496D is #9EB692. Grayscale: #545454. Windows color (decimal): -10401427 or 7162209. OLE color: 7162209.

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

Color convert

RGB9773109-
CMYK0.110.3300.57
HSL280º19.78%35.69%-
HSV(B)280º33.03%42.75%-
XYZ10.078.4115.56-
YUV84.28141.95137.07-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.77%
GREEN value IS 73 (28.91% from 255) = 26.16%
BLUE value IS 109 (42.97% from 255) = 39.07%
R=34.77%
G=26.16%
B=39.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal97731090.110.3300.5728019.7835.69
Hex61496DB210391181424
Octal14111115513410714302444
Binary1100001100100111011011011100001011100110001100010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61496D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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