#61476F

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

Shades of Honey Flower #61476F

Tints of Honey Flower #61476F

Color information

#61476F (or 0x61476F) is unknown color: approx Honey Flower. HEX triplet: 61, 47 and 6F. RGB value is (97,71,111). Sum of RGB (Red+Green+Blue) = 97+71+111=279 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.77% from 279); Green value is 71 (28.12% from 255 or 25.45% from 279); Blue value is 111 (43.75% from 255 or 39.78% from 279); Max value from RGB is 111 - color contains mainly: blue. Hex color #61476F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61476F is #9EB890. Grayscale: #535353. Windows color (decimal): -10401937 or 7292769. OLE color: 7292769.

HSL color Cylindrical-coordinate representation of color #61476F: hue angle of 279º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #61476F is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9771111-
CMYK0.130.3600.56
HSL279º21.98%35.69%-
HSV(B)279º36.04%43.53%-
XYZ10.058.216.09-
YUV83.33143.61137.75-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.77%
GREEN value IS 71 (28.12% from 255) = 25.45%
BLUE value IS 111 (43.75% from 255) = 39.78%
R=34.77%
G=25.45%
B=39.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal97711110.130.3600.5627921.9835.69
Hex61476FD240381171624
Octal14110715715440704272644
Binary1100001100011111011111101100100011100010001011110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61476F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61476F; }

 p { color: rgb(97,71,111); }

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

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

 a { background-color: rgb(97,71,111); }

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

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

 span { border-color: rgb(97,71,111); }

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