#61366E

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

Shades of Honey Flower #61366E

Tints of Honey Flower #61366E

Color information

#61366E (or 0x61366E) is unknown color: approx Honey Flower. HEX triplet: 61, 36 and 6E. RGB value is (97,54,110). Sum of RGB (Red+Green+Blue) = 97+54+110=261 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.16% from 261); Green value is 54 (21.48% from 255 or 20.69% from 261); Blue value is 110 (43.36% from 255 or 42.15% from 261); Max value from RGB is 110 - color contains mainly: blue. Hex color #61366E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61366E is #9EC991. Grayscale: #494949. Windows color (decimal): -10406290 or 7222881. OLE color: 7222881.

HSL color Cylindrical-coordinate representation of color #61366E: hue angle of 286.07º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61366E is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9754110-
CMYK0.120.5100.57
HSL286.07º34.15%32.16%-
HSV(B)286.07º50.91%43.14%-
XYZ9.066.3115.49-
YUV73.24148.75144.95-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.16%
GREEN value IS 54 (21.48% from 255) = 20.69%
BLUE value IS 110 (43.36% from 255) = 42.15%
R=37.16%
G=20.69%
B=42.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal97541100.120.5100.57286.0734.1532.16
Hex61366EC3303911e2220
Octal1416615614630714364240
Binary1100001110110110111011001100110111001100011110100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61366E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61366E; }

 p { color: rgb(97,54,110); }

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

<style>
 a { background-color: #61366E; }

 a { background-color: rgb(97,54,110); }

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

<style>
 span { border-color: #61366E; }

 span { border-color: rgb(97,54,110); }

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