#61476C

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

Shades of Honey Flower #61476C

Tints of Honey Flower #61476C

Color information

#61476C (or 0x61476C) is unknown color: approx Honey Flower. HEX triplet: 61, 47 and 6C. RGB value is (97,71,108). Sum of RGB (Red+Green+Blue) = 97+71+108=276 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.14% from 276); Green value is 71 (28.12% from 255 or 25.72% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 108 - color contains mainly: blue. Hex color #61476C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61476C is #9EB893. Grayscale: #525252. Windows color (decimal): -10401940 or 7096161. OLE color: 7096161.

HSL color Cylindrical-coordinate representation of color #61476C: hue angle of 282.16º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #61476C is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9771108-
CMYK0.100.3400.58
HSL282.16º20.67%35.1%-
HSV(B)282.16º34.26%42.35%-
XYZ9.898.1315.24-
YUV82.99142.11137.99-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.14%
GREEN value IS 71 (28.12% from 255) = 25.72%
BLUE value IS 108 (42.58% from 255) = 39.13%
R=35.14%
G=25.72%
B=39.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal97711080.100.3400.58282.1620.6735.1
Hex61476CA2203A11a1523
Octal14110715412420724322543
Binary1100001100011111011001010100010011101010001101010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61476C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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