#61486A

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

Shades of Honey Flower #61486A

Tints of Honey Flower #61486A

Color information

#61486A (or 0x61486A) is unknown color: approx Honey Flower. HEX triplet: 61, 48 and 6A. RGB value is (97,72,106). Sum of RGB (Red+Green+Blue) = 97+72+106=275 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.27% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 106 (41.80% from 255 or 38.55% from 275); Max value from RGB is 106 - color contains mainly: blue. Hex color #61486A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61486A is #9EB795. Grayscale: #535353. Windows color (decimal): -10401686 or 6965345. OLE color: 6965345.

HSL color Cylindrical-coordinate representation of color #61486A: hue angle of 284.12º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #61486A is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9772106-
CMYK0.080.3200.58
HSL284.12º19.1%34.9%-
HSV(B)284.12º32.08%41.57%-
XYZ9.858.2214.7-
YUV83.35140.78137.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.27%
GREEN value IS 72 (28.52% from 255) = 26.18%
BLUE value IS 106 (41.80% from 255) = 38.55%
R=35.27%
G=26.18%
B=38.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal97721060.080.3200.58284.1219.134.9
Hex61486A82003A11c1323
Octal14111015210400724342343
Binary1100001100100011010101000100000011101010001110010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61486A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61486A; }

 p { color: rgb(97,72,106); }

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

<style>
 a { background-color: #61486A; }

 a { background-color: rgb(97,72,106); }

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

<style>
 span { border-color: #61486A; }

 span { border-color: rgb(97,72,106); }

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